[Python-apps-commits] r8896 - in packages/gui-ufw/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jun 25 19:55:50 UTC 2012


    Date: Monday, June 25, 2012 @ 19:55:49
  Author: piotr
Revision: 8896

Bash is not really needed, Bourne shell is enough

Modified:
  packages/gui-ufw/trunk/debian/rules

Modified: packages/gui-ufw/trunk/debian/rules
===================================================================
--- packages/gui-ufw/trunk/debian/rules	2012-06-25 19:54:27 UTC (rev 8895)
+++ packages/gui-ufw/trunk/debian/rules	2012-06-25 19:55:49 UTC (rev 8896)
@@ -9,6 +9,6 @@
 
 	rm -f $(CURDIR)/debian/gufw/usr/bin/gufw
 	mkdir -p $(CURDIR)/debian/gufw/usr/bin
-	echo "#!/bin/bash" > $(CURDIR)/debian/gufw/usr/bin/gufw
+	echo "#!/bin/sh" > $(CURDIR)/debian/gufw/usr/bin/gufw
 	echo "python /usr/share/gufw/gufw/gufw.py" >> $(CURDIR)/debian/gufw/usr/bin/gufw
 	chmod 755 $(CURDIR)/debian/gufw/usr/bin/gufw




More information about the Python-apps-commits mailing list