]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
distro/archlinux/this/Makefile: tar -> bsdtar
authorWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 09:14:46 +0000 (11:14 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 09:14:46 +0000 (11:14 +0200)
distro/archlinux/this/Makefile

index 6efdc00cc33f270ade32095552fd0c3528d0efef..97f2565a0dde2c04ac1ee09b5a163791d921b186 100644 (file)
@@ -41,11 +41,11 @@ base:
        @echo "makepkgopt = zipman" >> $(PKGINFO)
        @echo "makepkgopt = purge" >> $(PKGINFO)
        @echo "makepkgopt = !upx" >> $(PKGINFO)
-       @tar -C $(PKGDIR) -czf $(PKGDIR)/.MTREE \
+       @bsdtar -C $(PKGDIR) -czf $(PKGDIR)/.MTREE \
            --format=mtree \
            --options='!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link' \
            .PKGINFO usr/
-       @tar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO .MTREE usr/
+       @bsdtar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO .MTREE usr/
        @rm -rf $(PKGDIR)
 
 clean: