[Pkg-gambas-commits] [SCM] gambas3 branch, newmaster, updated. upstream/3.4.2-33-gcb72d1b
Ian Haywood
ian at haywood.id.au
Fri Oct 25 22:36:55 UTC 2013
The following commit has been merged in the newmaster branch:
commit cb72d1bf1093f5ee1b23976f89211a48c40aa22a
Author: Ian Haywood <ian at haywood.id.au>
Date: Sun Sep 8 14:06:45 2013 +1000
can compile with just fakeroot now
diff --git a/debian/rules b/debian/rules
index 5dea789..b165107 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,8 @@ clean:
find . -name ".info" -delete
find . -name ".list" -delete
find . -name ".startup" -delete
+ rm -f gb.media/src/Makefile
+ rm -f gb.media/DISABLED.gb.media
dh_autoreconf_clean
dh_clean
@@ -47,7 +49,7 @@ clean:
install: build
dh_prep
- $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
+ XDG_UTILS_INSTALL_MODE=user $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
find $(CURDIR)/debian/tmp/usr -name "*.la" -delete
find $(CURDIR)/debian/tmp/usr -name *.png -perm /ugo+x -exec chmod 644 \{} \;
--
Gambas 3
More information about the Pkg-gambas-commits
mailing list