exfat-utils ver. bump
This commit is contained in:
@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--prefix=/usr ")
|
||||
|
||||
def build():
|
||||
@@ -16,7 +17,9 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
pisitools.remove("/usr/sbin/fsck.exfat")
|
||||
pisitools.remove("/usr/sbin/mkfs.exfat")
|
||||
# pisitools.remove("/usr/sbin/fsck.exfat")
|
||||
# pisitools.remove("/usr/sbin/mkfs.exfat")
|
||||
|
||||
pisitools.rename("/usr/share/man/man8/exfatlabel.8", "exfatlabel.8_")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||
|
||||
Reference in New Issue
Block a user