Browse Source

Use INSTALL_PROGRAM for programs

Wichert Akkerman 25 years ago
parent
commit
917ca3b365
4 changed files with 9 additions and 4 deletions
  1. 5 0
      ChangeLog
  2. 1 1
      dselect/Makefile.in
  3. 1 1
      main/Makefile.in
  4. 2 2
      utils/Makefile.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Tue Apr 24 13:01:28 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/Makefile.in, main/Makefile.in, utils/Makefile.in: use
+    INSTALL_PROGRAM to install programs
+
 Tue Apr 24 11:57:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * main/archives.c: spell recursive correctly

+ 1 - 1
dselect/Makefile.in

@@ -36,7 +36,7 @@ install:: install-program install-doc
 .PHONY: install-program
 install-program:
 	$(mkinstalldirs) $(DESTDIR)/$(bindir)
-	$(INSTALL) dselect $(DESTDIR)/$(bindir)
+	$(INSTALL_PROGRAM) dselect $(DESTDIR)/$(bindir)
 
 .PHONY: install-doc
 install-doc:

+ 1 - 1
main/Makefile.in

@@ -34,7 +34,7 @@ install:: install-program install-doc
 .PHONY: install-program
 install-program:
 	$(mkinstalldirs) $(DESTDIR)/$(bindir)
-	$(INSTALL) dpkg $(DESTDIR)/$(bindir)
+	$(INSTALL_PROGRAM) dpkg $(DESTDIR)/$(bindir)
 	$(mkinstalldirs) $(DESTDIR)/$(admindir)/alternatives
 	$(mkinstalldirs) $(DESTDIR)/$(admindir)/info
 	$(mkinstalldirs) $(DESTDIR)/$(admindir)/updates

+ 2 - 2
utils/Makefile.in

@@ -46,10 +46,10 @@ install:: install-program install-doc
 install-program:
 ifeq (@USE_START_STOP_DAEMON@, true)
 	$(mkinstalldirs) $(DESTDIR)/$(sbindir)
-	$(INSTALL) start-stop-daemon $(DESTDIR)/$(sbindir)
+	$(INSTALL_PROGRAM) start-stop-daemon $(DESTDIR)/$(sbindir)
 endif
 	$(mkinstalldirs) $(DESTDIR)/$(bindir)
-	$(INSTALL) md5sum $(DESTDIR)/$(bindir)
+	$(INSTALL_PROGRAM) md5sum $(DESTDIR)/$(bindir)
 
 .PHONY: install-doc
 install-doc: