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") --enable-compat-symlinks")
def build(): def build():
#autotools.autoreconf("--enable-compat-symlinks")
autotools.make() autotools.make()
def install(): def install():
autotools.install() autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+1 -1
View File
@@ -18,7 +18,7 @@
<Package> <Package>
<Name>dosfstools</Name> <Name>dosfstools</Name>
<Files> <Files>
<Path fileType="executable">/sbin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
</Files> </Files>