Remove .gitignore from deb package.

This commit is contained in:
Bastian Kleineidam 2013-02-22 18:29:31 +01:00
parent 2eb7b43dd2
commit 30d7bd459b

View file

@ -139,6 +139,7 @@ deb:
cd $(CURDIR); \
git checkout debian; \
cp -r debian $(DEBPACKAGEDIR); \
rm -f $(DEBPACKAGEDIR)/debian/.gitignore; \
git checkout master)
$(MAKE) -C $(DEBUILDDIR) $(LAPPNAME)_clean $(LAPPNAME)