udftools, squashfs-tools, smartmontools, ntfs-3g, sg3_utils, gptfdisk, hdparm, btrfs-progs ver. bump

This commit is contained in:
Rmys
2022-06-06 13:57:54 +03:00
parent 4190115063
commit c86cf1b20d
10 changed files with 73 additions and 14 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ def build():
def install():
shelltools.cd("squashfs-tools")
autotools.install("INSTALL_DIR='%s/usr/sbin'" % get.installDIR())
autotools.install("INSTALL_PREFIX='%s/usr' INSTALL_MANPAGES_DIR='%s/usr/share/man/man1' INSTALL_DIR='%s/usr/sbin'" % (get.installDIR(), get.installDIR(), get.installDIR()))