blob: e0275274d7f2a34146c34bd726fed09d7c8206a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff -urN cdlabelgen-2.4.0/Makefile cdlabelgen-2.4.0.patched/Makefile
--- cdlabelgen-2.4.0/Makefile Tue Jul 30 18:45:51 2002
+++ cdlabelgen-2.4.0.patched/Makefile Fri Aug 2 22:35:08 2002
@@ -8,11 +8,11 @@
# Change these to locations you need, also
# remember to edit cdlabelgen and its @where_is_the_template as needed.
-BASE_DIR = /usr/local
+BASE_DIR = $(DESTDIR)/usr
# BASE_DIR = /usr/local
# BASE_DIR = /opt
BIN_DIR = $(BASE_DIR)/bin
-LIB_DIR = $(BASE_DIR)/lib/cdlabelgen
+LIB_DIR = $(BASE_DIR)/share/cdlabelgen
SOURCES = cdlabelgen ChangeLog INSTALL README Makefile cdinsert.pl INSTALL.WEB cdlabelgen.html cdlabelgen$(VERSION).spec
POSTSCRIPT = template.ps *.eps
DISTFILES = $(SOURCES) $(POSTSCRIPT)
@@ -39,7 +39,7 @@
for file in $(POSTSCRIPT); do \
$(INSTALL_FILE) postscript/$$file $(LIB_DIR)/; \
done
- echo "** Done. Be sure to edit $(BIN_DIR)/cdlabelgen and fix @where_is_the_template - if needed!"
+# echo "** Done. Be sure to edit $(BIN_DIR)/cdlabelgen and fix @where_is_the_template - if needed!"
dist: all
rm -rf cdlabelgen$(VERSION)
|