]> git.proxmox.com Git - vzquota.git/blame - debian/patches/fix-empty-man8-dir.patch
add upload make target
[vzquota.git] / debian / patches / fix-empty-man8-dir.patch
CommitLineData
5cd8abee
DM
1Index: new/src/Makefile
2===================================================================
3--- new.orig/src/Makefile 2012-09-28 08:21:35.000000000 +0200
4+++ new/src/Makefile 2012-09-28 08:21:45.000000000 +0200
5@@ -53,7 +53,6 @@
6
7 install: $(PROGS)
8 $(INSTALL) -d $(DESTDIR)$(SBINDIR)
9- $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8
10 $(INSTALL) -d $(DESTDIR)$(VARDIR)/vzquota
11 for file in $(PROGS); do \
12 $(INSTALL) -m 755 $$file $(DESTDIR)$(SBINDIR)/$$file; \