ede/data/desktop-links/Jamfile
Sanel Zukan d4ee21532a Prevented ede-screensaver-conf to crash when xscreensaver is not installed.
Default desktop files will be installed during compilation time; if this was done during installation
time, files will be installed in superuser directory, which isn't the goal.

Fixed Jamfile to use correct path.
2009-10-08 09:45:27 +00:00

21 lines
512 B
Plaintext

#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP data desktop-links ;
actions quietly existing InstallIfEmpty
{
./$(>)/install-in-desktop-dir.sh
}
# use 'all' pseudotarget not 'install' because 'install' will be often run as superuser, installing
# data in superuser directory, not user directory
InstallIfEmpty all : $(SUBDIR) ;