diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:17:56 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:17:56 +0200 |
| commit | 57bf92a3467823bc3593d40d3301455a552f1247 (patch) | |
| tree | 8b56ace71c8855a33cfdfb9601d69fdf5de3fe1b /Makefile | |
| parent | 98e01c261c1933dd1cf2ad4eff5f1f04a6a12e8d (diff) | |
new release0.0.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ install: cp ./bin/$(NAME) $(DESTDIR)/usr/bin/$(NAME) cp ./bin/$(NAME) $(DESTDIR)/usr/bin/f cp $(NAME).conf.sample $(DESTDIR)/usr/share/$(NAME) - test -z '$(DESTDIR)' && gzip -c ./docs/$(NAME).1 > /usr/share/man/man1/$(NAME).1.gz + test -z '$(DESTDIR)' && gzip -c ./docs/$(NAME).1 > /usr/share/man/man1/$(NAME).1.gz || exit 0 deinstall: test ! -z '$(DESTDIR)' && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0 test ! -z '$(DESTDIR)' && test -f $(DESTDIR)/usr/share/$(NAME) && rm -r $(DESTDIR)/usr/share/$(NAME) || exit 0 @@ -30,7 +30,7 @@ documentation: pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all - dpkg-buildpackage -uc -us + dpkg-buildpackage dch: dch -i release: dch deb |
