Makefile is broken in 0.24
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-
install -d /usr/share/
usr/share/
install -m 755 gdm/* /usr/share/
install -m 644 apparmor/* /etc/apparmor.d/
install -m 644 guest-restricte
install -m 644 gnome-classic-
install -m 644 gdm-guest-
install -m 644 00_handle_
ln -s /usr/share/
Many paths are missing a leading /:
usr/share/
usr/bin
etc/X11/Xsession.d
usr/bin/
I had to rewrite the makefile to get it to install properly.