]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Put back hard coded path for consolehelper
[bacula/bacula] / bacula / Makefile.in
index d43c04318f81d183a01c5cfc7d5982425f8a7f1e..312c91c4e88c1198f57c7694007460074b5f573d 100755 (executable)
@@ -109,7 +109,7 @@ install-menu-consolehelper: installdirs gnomedirs
        ${INSTALL_DATA} scripts/bacula.desktop.gnome2.consolehelper $(DESTDIR)/usr/share/applications/bacula.desktop
        ${INSTALL_DATA} scripts/gnome-console.console_apps $(DESTDIR)/etc/security/console.apps/gnome-console
        ${INSTALL_DATA} scripts/gnome-console.pamd $(DESTDIR)/etc/pam.d/gnome-console
-       ln -s $(DESTDIR)$(sbindir)/consolehelper $(DESTDIR)$(sbindir)/gnome-console
+       ln -s $(DESTDIR)/usr/bin/consolehelper $(DESTDIR)/usr/bin/gnome-console
 
 install: installdirs
        @for I in $(all_subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done