KDE/kdelibs/dcop

Holger Schröder holger at holgis.net
Sat Oct 15 18:17:15 CEST 2005


SVN commit 470916 by schroder:

change hardcoded install path to env['KDEBIN']

btw: is this the preferred way to install a file,
or is there something better ?

CCMAIL: kde-buildsystem at kde.org


 M  +1 -1      SConscript  


--- trunk/KDE/kdelibs/dcop/SConscript #470915:470916
@@ -54,7 +54,7 @@
 	obj=env.genobj('program', env)
 	obj.target='dcopserver_shutdown'
 	obj.source='dcopserver_shutdown.c'
-	obj.instdir  = '/usr/local/bin/'
+	obj.instdir  = env['KDEBIN']
 	obj.execute()
 
 """


More information about the Kde-buildsystem mailing list