diff options
Diffstat (limited to 'net-p2p/xmule/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/xmule/files/patch-Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-p2p/xmule/files/patch-Makefile.in b/net-p2p/xmule/files/patch-Makefile.in index 9eee2c10556..0b26965c167 100644 --- a/net-p2p/xmule/files/patch-Makefile.in +++ b/net-p2p/xmule/files/patch-Makefile.in @@ -1,11 +1,12 @@ ---- Makefile.in.orig Tue Mar 9 23:59:49 2004 -+++ Makefile.in Tue Mar 9 23:59:54 2004 -@@ -55,8 +55,9 @@ +--- Makefile.in.orig Sun Nov 14 20:51:28 2004 ++++ Makefile.in Sun Nov 14 20:52:07 2004 +@@ -268,9 +268,9 @@ + @rm -rf Compilation.flags Makefile aclocal.m4 autom4te.cache config.h* config.l* config.st* config.rp* configure depcomp intl install: all - @mkdir -p @bindir@ +- @mkdir -p @bindir@ - @mkdir -p @datadir@/{applications,locale,pixmaps} -- @cp -f src/{ed2k,xmule} @bindir@ +- @cp -f ed2k xmule @bindir@ + @mkdir -p @datadir@/applications + @mkdir -p @datadir@/locale + @mkdir -p @datadir@/pixmaps |