kurulacak dizin /image değil /install

This commit is contained in:
Barış Metin
2005-06-15 11:47:25 +00:00
parent 857d698e48
commit aad2092485
+2 -1
View File
@@ -33,4 +33,5 @@ def install():
sysconfdir={D}/etc \
install'
os.system( install_string.replace( '{D}', os.path.dirname( os.path.dirname( os.getcwd())) + '/image' ))
# FIXME: need to get install directory from pisi.config...
os.system( install_string.replace( '{D}', os.path.dirname( os.path.dirname( os.getcwd())) + '/install' ))