this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix "Cannot Update Compressed Archives"

authored by

TheBrokenRail and committed by
GitHub
899d8229 e8b811eb

+3 -2
+3 -2
tools/makedeb
··· 10 10 if [ -e "../darling_0.1.${DATE}.orig.tar.xz" ]; then 11 11 rm ../darling_0.1.${DATE}.orig.tar.xz 12 12 fi 13 - tar --exclude-vcs --exclude-vcs-ignores -cJf ../darling_0.1.${DATE}.orig.tar.xz . 14 - tar -rJf ../darling_0.1.${DATE}.orig.tar.xz debian/changelog 13 + tar --exclude-vcs --exclude-vcs-ignores -cf ../darling_0.1.${DATE}.orig.tar . 14 + tar -rf ../darling_0.1.${DATE}.orig.tar debian/changelog 15 + xz ../darling_0.1.${DATE}.orig.tar 15 16 else 16 17 ARG='-b' 17 18 fi