]> git.pld-linux.org Git - packages/einstein.git/blame - einstein-makefile.patch
- +pl
[packages/einstein.git] / einstein-makefile.patch
CommitLineData
98282d78 1--- einstein-2.0/Makefile~ 2005-09-25 23:20:30.000000000 +0200
2+++ einstein-2.0/Makefile 2006-10-12 18:30:03.000000000 +0200
3@@ -5,7 +5,7 @@
4 ########################################
5
6 # installation prefix
7-PREFIX=/usr/local
8+PREFIX=/usr
9
10 ########################################
11 #
12@@ -61,8 +61,8 @@
13 ./$(TARGET)
14
15 install: $(TARGET)
16- $(INSTALL) -s -D $(TARGET) $(PREFIX)/bin/$(TARGET)
17- $(INSTALL) -D einstein.res $(PREFIX)/share/einstein/res/einstein.res
18+ $(INSTALL) -s -D $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
19+ $(INSTALL) -D einstein.res $(DESTDIR)$(PREFIX)/share/einstein/res/einstein.res
20
21 # DO NOT DELETE THIS LINE -- make depend depends on it.
22
This page took 0.122056 seconds and 4 git commands to generate.