Remove .gitignore from deb package.
This commit is contained in:
parent
2eb7b43dd2
commit
30d7bd459b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue