]> git.pld-linux.org Git - packages/cfe.git/commitdiff
c37cca14cacd6c6be27f8fa6cc10e89b cfe-0.12.tar.gz cfe-0_12-1
authormarcus <marcus@pld-linux.org>
Mon, 25 Feb 2002 12:07:56 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfe-DESTDIR.patch -> 1.1

cfe-DESTDIR.patch [new file with mode: 0644]

diff --git a/cfe-DESTDIR.patch b/cfe-DESTDIR.patch
new file mode 100644 (file)
index 0000000..33be342
--- /dev/null
@@ -0,0 +1,19 @@
+--- Makefile.in.orig   Mon Feb 25 12:55:16 2002
++++ Makefile.in        Mon Feb 25 12:56:28 2002
+@@ -23,12 +23,12 @@
+       $(CC) -o $@ $(OBJS) -l@CURSES_LIB@
+ install: cfe
+-      $(INSTALL_PROGRAM) cfe $(bindir)
+-      $(INSTALL_DATA) cfe.1 $(mandir)
++      $(INSTALL_PROGRAM) cfe $(DESTDIR)/$(bindir)
++      $(INSTALL_DATA) cfe.1 $(DESTDIR)/$(mandir)
+ install-strip: cfe
+-      $(INSTALL_PROGRAM) -s cfe $(bindir)
+-      $(INSTALL_DATA) cfe.1 $(mandir)
++      $(INSTALL_PROGRAM) -s cfe $(DESTDIR)/$(bindir)
++      $(INSTALL_DATA) cfe.1 $(DESTDIR)/$(mandir)
+ uninstall:
+       rm -f $(bindir)/cfe
This page took 0.057385 seconds and 4 git commands to generate.