]> git.pld-linux.org Git - packages/libpst.git/blob - readpst-install.patch
- updated to 0.6.34
[packages/libpst.git] / readpst-install.patch
1 --- libpst-0.5.1/Makefile~      2004-11-17 18:16:02.000000000 +0200
2 +++ libpst-0.5.1/Makefile       2006-01-04 14:48:21.000000000 +0200
3 @@ -6,10 +6,10 @@
4  
5  #---------------- Do not modify below this point ------------------
6  
7 -INSTALL_DIR     := $(INSTALL) -p -d -o root -g root -m 0755
8 -INSTALL_FILE    := $(INSTALL) -p    -o root -g root -m 0644
9 -INSTALL_PROGRAM := $(INSTALL) -p    -o root -g root -m 0755 # -s
10 -INSTALL_SCRIPT  := $(INSTALL) -p    -o root -g root -m 0755
11 +INSTALL_DIR     := $(INSTALL) -p -d
12 +INSTALL_FILE    := $(INSTALL) -p
13 +INSTALL_PROGRAM := $(INSTALL) -p
14 +INSTALL_SCRIPT  := $(INSTALL) -p
15  
16  VERSION = $(shell cat VERSION)
17  
18 --- libpst-0.5.1/Makefile~      2006-01-04 14:49:05.000000000 +0200
19 +++ libpst-0.5.1/Makefile       2006-01-04 14:50:09.000000000 +0200
20 @@ -59,7 +59,6 @@
21         $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1
22         $(INSTALL_FILE) readpst{,log}.1 $(DESTDIR)$(PREFIX)/share/man/man1/
23         $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/doc/libpst
24 -       $(INSTALL_FILE) $(DOCS) $(DESTDIR)$(PREFIX)/share/doc/libpst/
25  
26  uninstall:
27         -rm -f $(DESTDIR)$(PREFIX)/bin/readpst{,log}
This page took 0.055948 seconds and 3 git commands to generate.