mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Remove debian/.gitignore for .deb package.
This commit is contained in:
parent
3980ca3c69
commit
c7a91f01aa
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