1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net-im/centericq/files/patch-ac
Chris Piazza 50376c6ede An ncurses based window- and menu-driven ICQ client. It is fully
featured and includes the ability to associate sounds with certain
events.

Requested by: Brent Kearneys <brent@kearneys.ca>
1999-12-25 21:51:44 +00:00

12 lines
368 B
Plaintext

--- 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);
}