The following packages will be installed: exfat-utils Fetching README... 0%100%100%100%100%100%Done Fetching exfat-utils.SlackBuild... 0%100%100%100%100%100%Done Fetching exfat-utils.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done exfat-utils-1.3.0/ exfat-utils-1.3.0/Makefile.am exfat-utils-1.3.0/configure exfat-utils-1.3.0/configure.ac exfat-utils-1.3.0/aclocal.m4 exfat-utils-1.3.0/Makefile.in exfat-utils-1.3.0/COPYING exfat-utils-1.3.0/ChangeLog exfat-utils-1.3.0/README exfat-utils-1.3.0/ar-lib exfat-utils-1.3.0/compile exfat-utils-1.3.0/config.guess exfat-utils-1.3.0/config.sub exfat-utils-1.3.0/depcomp exfat-utils-1.3.0/install-sh exfat-utils-1.3.0/missing exfat-utils-1.3.0/libexfat/ exfat-utils-1.3.0/libexfat/Makefile.am exfat-utils-1.3.0/libexfat/Makefile.in exfat-utils-1.3.0/libexfat/config.h.in exfat-utils-1.3.0/libexfat/byteorder.h exfat-utils-1.3.0/libexfat/cluster.c exfat-utils-1.3.0/libexfat/compiler.h exfat-utils-1.3.0/libexfat/exfat.h exfat-utils-1.3.0/libexfat/exfatfs.h exfat-utils-1.3.0/libexfat/io.c exfat-utils-1.3.0/libexfat/log.c exfat-utils-1.3.0/libexfat/lookup.c exfat-utils-1.3.0/libexfat/mount.c exfat-utils-1.3.0/libexfat/node.c exfat-utils-1.3.0/libexfat/platform.h exfat-utils-1.3.0/libexfat/repair.c exfat-utils-1.3.0/libexfat/time.c exfat-utils-1.3.0/libexfat/utf.c exfat-utils-1.3.0/libexfat/utils.c exfat-utils-1.3.0/dump/ exfat-utils-1.3.0/dump/Makefile.am exfat-utils-1.3.0/dump/dumpexfat.8 exfat-utils-1.3.0/dump/Makefile.in exfat-utils-1.3.0/dump/main.c exfat-utils-1.3.0/fsck/ exfat-utils-1.3.0/fsck/Makefile.am exfat-utils-1.3.0/fsck/exfatfsck.8 exfat-utils-1.3.0/fsck/Makefile.in exfat-utils-1.3.0/fsck/main.c exfat-utils-1.3.0/label/ exfat-utils-1.3.0/label/Makefile.am exfat-utils-1.3.0/label/exfatlabel.8 exfat-utils-1.3.0/label/Makefile.in exfat-utils-1.3.0/label/main.c exfat-utils-1.3.0/mkfs/ exfat-utils-1.3.0/mkfs/Makefile.am exfat-utils-1.3.0/mkfs/mkexfatfs.8 exfat-utils-1.3.0/mkfs/Makefile.in exfat-utils-1.3.0/mkfs/cbm.c exfat-utils-1.3.0/mkfs/cbm.h exfat-utils-1.3.0/mkfs/fat.c exfat-utils-1.3.0/mkfs/fat.h exfat-utils-1.3.0/mkfs/main.c exfat-utils-1.3.0/mkfs/mkexfat.c exfat-utils-1.3.0/mkfs/mkexfat.h exfat-utils-1.3.0/mkfs/rootdir.c exfat-utils-1.3.0/mkfs/rootdir.h exfat-utils-1.3.0/mkfs/uct.c exfat-utils-1.3.0/mkfs/uct.h exfat-utils-1.3.0/mkfs/uctc.c exfat-utils-1.3.0/mkfs/uctc.h exfat-utils-1.3.0/mkfs/vbr.c exfat-utils-1.3.0/mkfs/vbr.h checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for ranlib... ranlib checking for ar... ar checking the archiver (ar) interface... ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for UBLIO... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libexfat/Makefile config.status: creating dump/Makefile config.status: creating fsck/Makefile config.status: creating label/Makefile config.status: creating mkfs/Makefile config.status: creating Makefile config.status: creating libexfat/config.h config.status: executing depfiles commands Making all in libexfat make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' make all-am make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' depbase=`echo cluster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT cluster.o -MD -MP -MF $depbase.Tpo -c -o cluster.o cluster.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT io.o -MD -MP -MF $depbase.Tpo -c -o io.o io.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT log.o -MD -MP -MF $depbase.Tpo -c -o log.o log.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo lookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT lookup.o -MD -MP -MF $depbase.Tpo -c -o lookup.o lookup.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo mount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT mount.o -MD -MP -MF $depbase.Tpo -c -o mount.o mount.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo node.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT node.o -MD -MP -MF $depbase.Tpo -c -o node.o node.c &&\ mv -f $depbase.Tpo $depbase.Po node.c: In function ‘readdir’: node.c:510:59: warning: taking address of packed member of ‘struct exfat_entry_label’ may result in an unaligned pointer value [-Waddress-of-packed-member] 510 | if (utf16_to_utf8(ef->label, label->name, | ~~~~~^~~~~~ node.c: In function ‘exfat_flush_node’: node.c:648:39: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 648 | exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime, | ^~~~~~~~~~~~~ node.c:648:54: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 648 | exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime, | ^~~~~~~~~~~~~ node.c:650:39: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 650 | exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL); | ^~~~~~~~~~~~~ node.c:650:54: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 650 | exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL); | ^~~~~~~~~~~~~ node.c: In function ‘commit_entry’: node.c:897:38: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 897 | exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime, | ^~~~~~~~~~~~~~ node.c:897:54: warning: taking address of packed member of ‘struct exfat_entry_meta1’ may result in an unaligned pointer value [-Waddress-of-packed-member] 897 | exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime, | ^~~~~~~~~~~~~~ depbase=`echo repair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT repair.o -MD -MP -MF $depbase.Tpo -c -o repair.o repair.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT time.o -MD -MP -MF $depbase.Tpo -c -o time.o time.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo utf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT utf.o -MD -MP -MF $depbase.Tpo -c -o utf.o utf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT utils.o -MD -MP -MF $depbase.Tpo -c -o utils.o utils.c &&\ mv -f $depbase.Tpo $depbase.Po rm -f libexfat.a ar cru libexfat.a cluster.o io.o log.o lookup.o mount.o node.o repair.o time.o utf.o utils.o ranlib libexfat.a make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' Making all in dump make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT dumpexfat-main.o -MD -MP -MF .deps/dumpexfat-main.Tpo -c -o dumpexfat-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/dumpexfat-main.Tpo .deps/dumpexfat-main.Po gcc -O2 -march=i586 -mtune=i686 -o dumpexfat dumpexfat-main.o ../libexfat/libexfat.a make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' Making all in fsck make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT exfatfsck-main.o -MD -MP -MF .deps/exfatfsck-main.Tpo -c -o exfatfsck-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/exfatfsck-main.Tpo .deps/exfatfsck-main.Po gcc -O2 -march=i586 -mtune=i686 -o exfatfsck exfatfsck-main.o ../libexfat/libexfat.a make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' Making all in label make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT exfatlabel-main.o -MD -MP -MF .deps/exfatlabel-main.Tpo -c -o exfatlabel-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/exfatlabel-main.Tpo .deps/exfatlabel-main.Po gcc -O2 -march=i586 -mtune=i686 -o exfatlabel exfatlabel-main.o ../libexfat/libexfat.a make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' Making all in mkfs make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-cbm.o -MD -MP -MF .deps/mkexfatfs-cbm.Tpo -c -o mkexfatfs-cbm.o `test -f 'cbm.c' || echo './'`cbm.c mv -f .deps/mkexfatfs-cbm.Tpo .deps/mkexfatfs-cbm.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-fat.o -MD -MP -MF .deps/mkexfatfs-fat.Tpo -c -o mkexfatfs-fat.o `test -f 'fat.c' || echo './'`fat.c mv -f .deps/mkexfatfs-fat.Tpo .deps/mkexfatfs-fat.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-main.o -MD -MP -MF .deps/mkexfatfs-main.Tpo -c -o mkexfatfs-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/mkexfatfs-main.Tpo .deps/mkexfatfs-main.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-mkexfat.o -MD -MP -MF .deps/mkexfatfs-mkexfat.Tpo -c -o mkexfatfs-mkexfat.o `test -f 'mkexfat.c' || echo './'`mkexfat.c mv -f .deps/mkexfatfs-mkexfat.Tpo .deps/mkexfatfs-mkexfat.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-rootdir.o -MD -MP -MF .deps/mkexfatfs-rootdir.Tpo -c -o mkexfatfs-rootdir.o `test -f 'rootdir.c' || echo './'`rootdir.c mv -f .deps/mkexfatfs-rootdir.Tpo .deps/mkexfatfs-rootdir.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-uct.o -MD -MP -MF .deps/mkexfatfs-uct.Tpo -c -o mkexfatfs-uct.o `test -f 'uct.c' || echo './'`uct.c mv -f .deps/mkexfatfs-uct.Tpo .deps/mkexfatfs-uct.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-uctc.o -MD -MP -MF .deps/mkexfatfs-uctc.Tpo -c -o mkexfatfs-uctc.o `test -f 'uctc.c' || echo './'`uctc.c mv -f .deps/mkexfatfs-uctc.Tpo .deps/mkexfatfs-uctc.Po gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -O2 -march=i586 -mtune=i686 -MT mkexfatfs-vbr.o -MD -MP -MF .deps/mkexfatfs-vbr.Tpo -c -o mkexfatfs-vbr.o `test -f 'vbr.c' || echo './'`vbr.c mv -f .deps/mkexfatfs-vbr.Tpo .deps/mkexfatfs-vbr.Po gcc -O2 -march=i586 -mtune=i686 -o mkexfatfs mkexfatfs-cbm.o mkexfatfs-fat.o mkexfatfs-main.o mkexfatfs-mkexfat.o mkexfatfs-rootdir.o mkexfatfs-uct.o mkexfatfs-uctc.o mkexfatfs-vbr.o ../libexfat/libexfat.a make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' Making install in libexfat make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/libexfat' Making install in dump make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/ginstall -c dumpexfat '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' /usr/bin/ginstall -c -m 644 dumpexfat.8 '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/dump' Making install in fsck make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/ginstall -c exfatfsck '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' make install-exec-hook make[3]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' ln -sf exfatfsck /usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin/fsck.exfat make[3]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' /usr/bin/ginstall -c -m 644 exfatfsck.8 '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/fsck' Making install in label make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/ginstall -c exfatlabel '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' /usr/bin/ginstall -c -m 644 exfatlabel.8 '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/label' Making install in mkfs make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' /usr/bin/ginstall -c mkexfatfs '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin' make install-exec-hook make[3]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' ln -sf mkexfatfs /usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/sbin/mkfs.exfat make[3]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' /usr/bin/ginstall -c -m 644 mkexfatfs.8 '/usr/src/slapt-src-i486/system/exfat-utils/package-exfat-utils/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0/mkfs' make[1]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' make[2]: Entering directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0' Slackware package maker, version 3.14159265. Searching for symbolic links: usr/sbin/fsck.exfat exfatfsck usr/sbin/mkfs.exfat mkexfatfs Making symbolic link creation script: ( cd usr/sbin ; rm -rf fsck.exfat ) ( cd usr/sbin ; ln -sf exfatfsck fsck.exfat ) ( cd usr/sbin ; rm -rf mkfs.exfat ) ( cd usr/sbin ; ln -sf mkexfatfs mkfs.exfat ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/sbin/fsck.exfat' removed './usr/sbin/mkfs.exfat' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/exfat-utils-1.3.0/ usr/doc/exfat-utils-1.3.0/COPYING usr/doc/exfat-utils-1.3.0/ChangeLog usr/doc/exfat-utils-1.3.0/README usr/doc/exfat-utils-1.3.0/exfat-utils.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/dumpexfat.8.gz usr/man/man8/exfatfsck.8.gz usr/man/man8/exfatlabel.8.gz usr/man/man8/mkexfatfs.8.gz usr/sbin/ usr/sbin/dumpexfat usr/sbin/exfatfsck usr/sbin/exfatlabel usr/sbin/mkexfatfs Slackware package /usr/src/slapt-src-i486/system/exfat-utils/exfat-utils-1.3.0-i586-1salix15.0.txz created. Installing package exfat-utils-1.3.0-i586-1salix15.0... | exfat-utils (exFAT system utilities) | | This project aims to provide a full-featured exFAT file system | implementation for GNU/Linux and other Unix-like systems as a FUSE | module and a set of utilities. | module. | | This package contains the utilities. | | Homepage: https://github.com/relan/exfat | | | WARNING: File already exist usr/man/man8/exfatlabel.8.gz (it will be replaced)