11 lines
549 B
Diff
11 lines
549 B
Diff
--- Makefile.in 2012-06-12 18:56:20.000000000 +0200
|
|
+++ Makefile.in 2012-06-13 08:41:09.000000000 +0200
|
|
@@ -409,7 +409,6 @@
|
|
[ -d $(DESTDIR)$(sbindir) ] || \
|
|
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
|
|
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
|
|
- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
|
|
[ -d $(DESTDIR)$(mandir)/man1 ] || \
|
|
(mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
|
|
$(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
|