Merge pull request #2657 from groni/master

dosfstools change actions.py
This commit is contained in:
groni
2017-01-29 12:05:54 +01:00
committed by GitHub
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())
+1 -1
View File
@@ -18,7 +18,7 @@
<Package>
<Name>dosfstools</Name>
<Files>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>