diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-25 10:30:32 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-25 10:30:32 +0000 |
commit | ff88c7d969cab9468b87006f38d6cb2a470ff3dc (patch) | |
tree | 67836f3c4073a545b96fbdf9b5591bc950cac9fc /app-emulation/libdsk | |
parent | ppc happy (diff) | |
download | gentoo-2-ff88c7d969cab9468b87006f38d6cb2a470ff3dc.tar.gz gentoo-2-ff88c7d969cab9468b87006f38d6cb2a470ff3dc.tar.bz2 gentoo-2-ff88c7d969cab9468b87006f38d6cb2a470ff3dc.zip |
remove files/libdsk-1.1.4-destdirfix.patch - nolonger needed
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r-- | app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch b/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch deleted file mode 100644 index 31449d256452..000000000000 --- a/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig 2005-06-26 20:48:09.000000000 +1000 -+++ lib/Makefile.in 2005-06-26 20:48:50.000000000 +1000 -@@ -484,7 +484,7 @@ - - install-exec-local: - $(mkinstalldirs) $(libdir) -- if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(libdir); fi -+ if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(DESTDIR)/$(libdir); fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |