19 lines
765 B
Diff
19 lines
765 B
Diff
--- Makefile.in
|
|
+++ Makefile.in
|
|
@@ -50,11 +50,11 @@
|
|
|
|
install: all
|
|
@INSTALL@ -d ${DESTDIR}@sbindir@
|
|
- @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 pound ${DESTDIR}@sbindir@/pound
|
|
- @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 poundctl ${DESTDIR}@sbindir@/poundctl
|
|
+ @INSTALL@ -m 555 pound ${DESTDIR}@sbindir@/pound
|
|
+ @INSTALL@ -m 555 poundctl ${DESTDIR}@sbindir@/poundctl
|
|
@INSTALL@ -d ${DESTDIR}@mandir@/man8
|
|
- @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 pound.8 ${DESTDIR}@mandir@/man8/pound.8
|
|
- @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
|
|
+ @INSTALL@ -m 644 pound.8 ${DESTDIR}@mandir@/man8/pound.8
|
|
+ @INSTALL@ -m 644 poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
|
|
|
|
clean:
|
|
rm -f pound $(OBJS) poundctl poundctl.o
|