31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
--- Makefile.in.orig Fri Dec 31 03:39:10 1999
|
|
+++ Makefile.in Fri Dec 31 03:39:51 1999
|
|
@@ -117,17 +117,17 @@
|
|
|
|
install:
|
|
# ./install-sh -d $(prefix)/bin
|
|
- ./install-sh -s -c -m 555 -g bin -o bin jpilot $(prefix)/bin
|
|
+ ./install-sh -s -c -m 555 jpilot $(prefix)/bin
|
|
./install-sh -d -m 755 $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.blue $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.default $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.green $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.purple $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.steel $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin empty/DatebookDB.pdb $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot
|
|
- ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 jpilotrc.blue $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 jpilotrc.default $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 jpilotrc.green $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 jpilotrc.purple $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 jpilotrc.steel $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 empty/DatebookDB.pdb $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 empty/AddressDB.pdb $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 empty/ToDoDB.pdb $(prefix)/share/jpilot
|
|
+ ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot
|
|
|
|
uninstall:
|
|
rm $(prefix)/share/jpilot/*
|