blob: bb3e60f1ab84319f5cbbee2957317da5fdddc620 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Makefile.in 2012-06-12 18:56:20.000000000 +0200
+++ b/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
|