diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2003-03-18 09:48:55 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2003-03-18 09:48:55 +0000 |
commit | c306938f1d5d06292a19dadfb9c02df4135d22c2 (patch) | |
tree | e7c713c5fa0e04598b6c49615025b4261fdcdd5d /dev-db/pgaccess/files | |
parent | added use.local.desc (diff) | |
download | historical-c306938f1d5d06292a19dadfb9c02df4135d22c2.tar.gz historical-c306938f1d5d06292a19dadfb9c02df4135d22c2.tar.bz2 historical-c306938f1d5d06292a19dadfb9c02df4135d22c2.zip |
fixed bug.
Diffstat (limited to 'dev-db/pgaccess/files')
-rw-r--r-- | dev-db/pgaccess/files/pgaccess-0.98.8.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgaccess/files/pgaccess-0.98.8.patch b/dev-db/pgaccess/files/pgaccess-0.98.8.patch index 50fc29060724..f3ebcedebd3d 100644 --- a/dev-db/pgaccess/files/pgaccess-0.98.8.patch +++ b/dev-db/pgaccess/files/pgaccess-0.98.8.patch @@ -22,8 +22,8 @@ diff -rc pgaccess-0.98.8/Makefile pgaccess-0.98.8.new/Makefile # #------------------------------------------------------------------------- -! bindir := $(prefix)/bin/X11 -! libdir := $(prefix)/lib/pgaccess +! bindir := $(prefix)/usr/bin/X11 +! libdir := $(prefix)/usr/lib/pgaccess ! wish := `which wish` pgaccess: |