]> git.pld-linux.org Git - packages/cfe.git/blame - cfe-DESTDIR.patch
- tabs in preamble
[packages/cfe.git] / cfe-DESTDIR.patch
CommitLineData
8a54ce63 1--- Makefile.in.orig Mon Feb 25 12:55:16 2002
2+++ Makefile.in Mon Feb 25 12:56:28 2002
3@@ -23,12 +23,12 @@
4 $(CC) -o $@ $(OBJS) -l@CURSES_LIB@
5
6 install: cfe
7- $(INSTALL_PROGRAM) cfe $(bindir)
8- $(INSTALL_DATA) cfe.1 $(mandir)
9+ $(INSTALL_PROGRAM) cfe $(DESTDIR)/$(bindir)
10+ $(INSTALL_DATA) cfe.1 $(DESTDIR)/$(mandir)
11
12 install-strip: cfe
13- $(INSTALL_PROGRAM) -s cfe $(bindir)
14- $(INSTALL_DATA) cfe.1 $(mandir)
15+ $(INSTALL_PROGRAM) -s cfe $(DESTDIR)/$(bindir)
16+ $(INSTALL_DATA) cfe.1 $(DESTDIR)/$(mandir)
17
18 uninstall:
19 rm -f $(bindir)/cfe
This page took 0.0519 seconds and 4 git commands to generate.