forked from e16/e16
1
0
Fork 0

Add absolute path to e16 in starte16.

SVN revision: 43391
This commit is contained in:
Kim Woelders 2009-11-01 14:41:18 +00:00
parent 77d5e1b6e9
commit df3284c965
2 changed files with 9 additions and 4 deletions

View File

@ -18,9 +18,14 @@ xsessiondir = $(datadir)/xsessions
#xclientsdir = $(sysconfdir)/X11/xinit/Xclients.d
#xclients_SCRIPTS = $(XCLIENTS)
EXTRA_DIST = $(DESKTOPS_IN) $(XCLIENTS) $(SCRIPTS) $(ICONS)
EXTRA_DIST = $(DESKTOPS_IN) $(XCLIENTS) $(SCRIPTS) $(ICONS) starte16.in
CLEANFILES = $(DESKTOPS)
CLEANFILES = $(DESKTOPS) starte16
starte16: $(srcdir)/starte16.in Makefile
starte16:
sed -e "s=%bindir%=${bindir}=" $(srcdir)/$@.in > $@
e16.desktop-app: $(srcdir)/e16.desktop-app.in Makefile
e16.desktop: $(srcdir)/e16.desktop.in Makefile

View File

@ -16,9 +16,9 @@ case "$s" in
exec startkde
;;
*window)
exec e16 -w ${SIZE:-800x600}
exec %bindir%/e16 -w ${SIZE:-800x600}
;;
*)
exec e16
exec %bindir%/e16
;;
esac