r14801 - packages/branches/love/0.4/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 01:59:14 UTC 2014


Author: miriam
Date: 2014-01-13 01:59:14 +0000 (Mon, 13 Jan 2014)
New Revision: 14801

Modified:
   packages/branches/love/0.4/debian/rules
Log:
Fix stupid mistake



Modified: packages/branches/love/0.4/debian/rules
===================================================================
--- packages/branches/love/0.4/debian/rules	2014-01-13 01:55:12 UTC (rev 14800)
+++ packages/branches/love/0.4/debian/rules	2014-01-13 01:59:14 UTC (rev 14801)
@@ -49,6 +49,7 @@
 	dh_prep -a
 	dh_installdirs -a
 	#$(MAKE) DESTDIR=$(CURDIR)/debian/love$(PRG_SUFFIX) install
+	mkdir -p debian/love$(PRG_SUFFIX)/usr/bin/
 	cp bin/love debian/love$(PRG_SUFFIX)/usr/bin/love-$(PRG_SUFFIX)
 
 install-indep: build-indep-stamp




More information about the Pkg-games-commits mailing list