summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--src/Makefile1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 17e3b4c..1b45427 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ mozilla-devscripts (0.15) UNRELEASED; urgency=low
- update debian/control
- wrap too long lines
- update debian/changelog
+ * build-system:
+ - make minefield-packager.mk executable
+ - update src/Makefile
- -- Benjamin Drung <bdrung@ubuntu.com> Tue, 11 Aug 2009 16:51:06 +0200
+ -- Benjamin Drung <bdrung@ubuntu.com> Tue, 11 Aug 2009 17:20:37 +0200
mozilla-devscripts (0.14) unstable; urgency=low
diff --git a/src/Makefile b/src/Makefile
index 51e8ede..ae7281d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -83,6 +83,7 @@ install: $(subst_files) $(extra_files) $(foreach dir,$(extra_dirs),$(wildcard $(
install -m 644 `echo $$dir/*` $(DESTDIR)$(DATADIR)/$$dir ; \
done
find $(DESTDIR)$(DATADIR) -type f \( -name \*.pl -o -name \*.sh \) -exec chmod -v 755 {} \;
+ chmod 755 $(DESTDIR)$(DATADIR)/minefield-packager.mk
clean:
rm -f $(subst_files)