[arch-commits] Commit in python-sfml/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Oct 30 19:14:31 UTC 2013


    Date: Wednesday, October 30, 2013 @ 20:14:31
  Author: svenstaro
Revision: 99654

Don't ship the LICENSE file for a common license

Modified:
  python-sfml/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 18:22:33 UTC (rev 99653)
+++ PKGBUILD	2013-10-30 19:14:31 UTC (rev 99654)
@@ -23,5 +23,5 @@
 	python setup.py install --root="${pkgdir}" --prefix=/usr
 
 	# Copying the License file
-	install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	#install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list