diff options
Diffstat (limited to 'net-im/centericq/files/patch-ac')
-rw-r--r-- | net-im/centericq/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/centericq/files/patch-ac b/net-im/centericq/files/patch-ac deleted file mode 100644 index 44f173e5fad8..000000000000 --- a/net-im/centericq/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- centerICQ.cc.orig Sat Dec 25 13:37:57 1999 -+++ centerICQ.cc Sat Dec 25 13:38:46 1999 -@@ -1680,7 +1680,7 @@ - mkdir(buf, S_IREAD | S_IWRITE | S_IEXEC); - - if(QanswerY) { -- sprintf(fname, "cp /usr/local/lib/center/*.wav %s/.center", getenv("HOME")); -+ sprintf(fname, "cp __PREFIX__/share/center/*.wav %s/.center", getenv("HOME")); - system(fname); - } - |