prefix değil DESTDIR

This commit is contained in:
S.Çağlar Onur
2005-09-04 19:22:31 +00:00
parent 09bea916a1
commit d914c5ee15
+1 -1
View File
@@ -60,7 +60,7 @@ def make(parameters = ''):
def install():
if can_access_file('Makefile'):
args = 'make prefix=%s/%s install' % (get.installDIR(), get.kdeDIR())
args = 'make DESTDIR=%s/%s destdir==%s/%s install' % (get.installDIR(), get.kdeDIR(), get.installDIR(), get.kdeDIR())
if system(args):
raise InstallError('!!! Install failed...\n')