Makefile is broken in 0.24

Bug #872108 reported by cafe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gdm-guest-session (Ubuntu)
New
Undecided
Unassigned

Bug Description

The Makefile in 0.24 is broken, mainly due to incorrect paths. Notice anything wrong with the below install?

/gdm-guest-session-0.24$ sudo make install
install -d /usr/share/gdm/guest-session/ /etc/apparmor.d/ /usr/share/xsessions \
  usr/share/applications usr/bin etc/X11/Xsession.d
install -m 755 gdm/* /usr/share/gdm/guest-session/
install -m 644 apparmor/* /etc/apparmor.d/
install -m 644 guest-restricted.desktop /usr/share/xsessions
install -m 644 gnome-classic-guest-restricted.desktop /usr/share/xsessions
install -m 644 gdm-guest-session.desktop usr/share/applications
install -m 644 00_handle_guest_session etc/X11/Xsession.d/
ln -s /usr/share/gdm/guest-session/guest-session-launch usr/bin/guest-session

Many paths are missing a leading /:
usr/share/applications
usr/bin
etc/X11/Xsession.d
usr/bin/guest-session

I had to rewrite the makefile to get it to install properly.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.