fix file conflicts:wq
This commit is contained in:
@@ -19,9 +19,9 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||
|
||||
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
|
||||
blacklist = ["cal", "chsh", "dmesg", "eject", "hd", "hexdump", "hwclock", "ionice", "look", "ncal", "nmcli", "newgrp", "makepkg", "renice", "rtcwake", "su"]
|
||||
#for comp in blacklist:
|
||||
#pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
|
||||
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
|
||||
blacklist = ["mount", "umount", "hd", "ncal", "makepkg"]
|
||||
for comp in blacklist:
|
||||
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md")
|
||||
|
||||
Reference in New Issue
Block a user