diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-08 07:49:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-08 07:49:01 +0000 |
commit | 8054e275c01a4de5a8c5da63aaf0d7a0fcb5f3f6 (patch) | |
tree | 06c0ff2b966dd5c379c5eab6a29769d3fa957cc0 /misc | |
parent | 60d8c3ae017589cae49b0299cdfd1d348ff1b986 (diff) | |
download | ports-8054e275c01a4de5a8c5da63aaf0d7a0fcb5f3f6.tar.gz ports-8054e275c01a4de5a8c5da63aaf0d7a0fcb5f3f6.zip |
Fix wrong patch. Configuration files should be installed into
$PREFIX/share/misc.
Notes
Notes:
svn path=/head/; revision=11345
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/pkg-plist b/misc/rpm/pkg-plist index 3bcda2302676..e07d8086f307 100644 --- a/misc/rpm/pkg-plist +++ b/misc/rpm/pkg-plist @@ -9,6 +9,6 @@ include/rpm/header.h lib/librpm.a man/man8/rpm.8.gz man/man8/rpm2cpio.8.gz -share/rpmrc -share/rpmpopt +share/misc/rpmrc +share/misc/rpmpopt @dirrm include/rpm |