diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-07 22:32:10 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-07 22:32:10 +0000 |
commit | 920fc4f08b9541a9d1cbc1c70778bf2ff8f64c25 (patch) | |
tree | e98a2d401d1287398ed017d3f473ff52447329fb /media-libs/compface/files | |
parent | Marking 2.4.28-r4 stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-920fc4f08b9541a9d1cbc1c70778bf2ff8f64c25.tar.gz gentoo-2-920fc4f08b9541a9d1cbc1c70778bf2ff8f64c25.tar.bz2 gentoo-2-920fc4f08b9541a9d1cbc1c70778bf2ff8f64c25.zip |
Fixed destdir patch.
Diffstat (limited to 'media-libs/compface/files')
-rw-r--r-- | media-libs/compface/files/compface-1.5-destdir.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/compface/files/compface-1.5-destdir.diff b/media-libs/compface/files/compface-1.5-destdir.diff index cd148c1c0200..4ebc12271700 100644 --- a/media-libs/compface/files/compface-1.5-destdir.diff +++ b/media-libs/compface/files/compface-1.5-destdir.diff @@ -1,6 +1,6 @@ -diff -Naurp compface-1.5.orig/Makefile.in compface-1.5/Makefile.in ---- compface-1.5.orig/Makefile.in 2004-12-23 22:23:08.000000000 -0800 -+++ compface-1.5/Makefile.in 2005-01-07 14:29:46.298182241 -0800 +diff -Naurp compface-1.5.orig/Makefile.in compface-1.5/Makefile.in
+--- compface-1.5.orig/Makefile.in 2004-12-23 22:23:08.000000000 -0800
++++ compface-1.5/Makefile.in 2005-01-07 14:29:46.298182241 -0800
@@ -71,18 +71,16 @@ dist: $(DISTFILES)
$(RM) -rf `cat .fname` .fname
@@ -22,9 +22,9 @@ diff -Naurp compface-1.5.orig/Makefile.in compface-1.5/Makefile.in + $(INSTALL_PROGRAM) $(srcdir)/$(UNNAME) $(DESTDIR)$(UNEXECUTABLE)
+ -chmod 0755 $(DESTDIR)$(UNEXECUTABLE)
+ $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(DESTDIR)$(MAN1DIR)/$(NAME).1
-+ $(LN_S) $(NAME).1 $(DESTDIR)$(UNNAME).1
++ $(LN_S) $(NAME).1 $(DESTDIR)$(MAN1DIR)/$(UNNAME).1
+ $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(DESTDIR)$(MAN3DIR)/$(NAME).3
-+ $(LN_S) $(NAME).3 $(DESTDIR)$(UNNAME).3
++ $(LN_S) $(NAME).3 $(DESTDIR)$(MAN3DIR)/$(UNNAME).3
+ for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(DESTDIR)$(INCLUDEDIR)/$${hdr}; done
+ $(INSTALL_DATA) $(srcdir)/$(LIBNAME) $(DESTDIR)$(LIBRARY)
|