]> git.pld-linux.org Git - packages/SNNS.git/blob - SNNS-DESTDIR.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/SNNS.git] / SNNS-DESTDIR.patch
1 diff -urN SNNSv4.2.orig/man/Makefile SNNSv4.2/man/Makefile
2 --- SNNSv4.2.orig/man/Makefile  1998-03-19 13:57:52.000000000 +0100
3 +++ SNNSv4.2/man/Makefile       2003-08-23 12:30:42.000000000 +0200
4 @@ -52,8 +52,8 @@
5  
6  install-one: $(MAN1DIR)
7         for mantarget in $(MAN1FILES) ; do \
8 -            if [ ! -e $(MAN1DIR)/$$mantarget ] ; then \
9 -               $(INSTALL_DATA) man1/$$mantarget $(MAN1DIR) ; \
10 +            if [ ! -e $(DESTDIR)$(MAN1DIR)/$$mantarget ] ; then \
11 +               $(INSTALL_DATA) man1/$$mantarget $(DESTDIR)$(MAN1DIR) ; \
12              fi ; \
13          done
14  
15 diff -urN SNNSv4.2.orig/tools/sources/Makefile SNNSv4.2/tools/sources/Makefile
16 --- SNNSv4.2.orig/tools/sources/Makefile        1998-09-03 15:37:47.000000000 +0200
17 +++ SNNSv4.2/tools/sources/Makefile     2003-08-23 12:31:55.000000000 +0200
18 @@ -114,7 +114,7 @@
19  
20  install: tools $(TOOLSBINDIR)
21         for tooltarget in $(TOOLS_PRG) $(KRTOOLS_PRG) $(BATCH_PRG) ; do \
22 -            $(INSTALL_PROGRAM) $$tooltarget $(TOOLSBINDIR) ; \
23 +            $(INSTALL_PROGRAM) $$tooltarget $(DESTDIR)$(TOOLSBINDIR) ; \
24          done
25  
26  install-strip:
27 diff -urN SNNSv4.2.orig/xgui/sources/Makefile SNNSv4.2/xgui/sources/Makefile
28 --- SNNSv4.2.orig/xgui/sources/Makefile 1998-09-03 15:39:03.000000000 +0200
29 +++ SNNSv4.2/xgui/sources/Makefile      2003-08-23 12:31:24.000000000 +0200
30 @@ -150,7 +150,7 @@
31         -mkdir $(XGUIBINDIR)
32  
33  install: all $(XGUIBINDIR)
34 -       $(INSTALL_PROGRAM) $(PROGRAM) $(XGUIBINDIR)
35 +       $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(XGUIBINDIR)
36  
37  install-strip:
38         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
This page took 0.072754 seconds and 3 git commands to generate.