]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - tools/makesrcdist
Load cups into easysw/current.
[thirdparty/cups.git] / tools / makesrcdist
index de93554722e66ee0140a5a8a666225930fc96b0f..50858a921b477d770b589679abf4596042ea3286 100755 (executable)
@@ -59,11 +59,14 @@ rm -rf tools
 cd ..
 
 echo -n Archiving...gz
-tar czf cups-$version-r$rev-source.tar.gz cups-$version
+tar czf cups-$fileversion-source.tar.gz cups-$version
 echo -n ...bz2
-tar cjf cups-$version-r$rev-source.tar.bz2 cups-$version
+tar cjf cups-$fileversion-source.tar.bz2 cups-$version
 echo "..."
 
+echo Removing temporary files...
+rm -rf cups-$version
+
 echo "Done!"
 
 #