dosfstools change actions.py

This commit is contained in:
groni
2017-01-29 12:05:08 +01:00
parent a8c1685387
commit 54405090d8
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ def setup():
--enable-compat-symlinks")
def build():
#autotools.autoreconf("--enable-compat-symlinks")
autotools.make()
def install():
autotools.install()
autotools.rawInstall("DESTDIR=%s" % get.installDIR())