summaryrefslogtreecommitdiff
path: root/misc/rpm/pkg-plist
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 03:02:01 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 03:02:01 +0000
commit2274b8983ef13cbe786f25dc17646d7e480afc1f (patch)
tree9b02d926e74bed94139014aa218b97142f91d405 /misc/rpm/pkg-plist
parentFixup homepage in DESCR. (diff)
* Removed (unnecessary) dependancy on GNU gettext
* Modified install path of configuration files from lib/ to etc/ * Fixed some files to set file permission properly PR: 14803 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23096
Diffstat (limited to '')
-rw-r--r--misc/rpm/pkg-plist24
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/rpm/pkg-plist b/misc/rpm/pkg-plist
index 3577be98d921..dacb62f93fb9 100644
--- a/misc/rpm/pkg-plist
+++ b/misc/rpm/pkg-plist
@@ -5,16 +5,16 @@ include/rpm/rpmlib.h
include/rpm/dbindex.h
include/rpm/header.h
lib/librpm.a
-@unexec rm %D/lib/rpmrc
-@unexec rm %D/lib/rpmpopt
-lib/rpm/mkinstalldirs
-lib/rpm/find-provides
-lib/rpm/find-requires
-lib/rpm/rpmrc
-lib/rpm/rpmpopt
-lib/rpm/freshen.sh
-lib/rpm/find-lang.sh
-@exec ln -sf %D/lib/rpm/rpmrc %D/lib/rpmrc
-@exec ln -sf %D/lib/rpm/rpmpopt %D/lib/rpmpopt
+@unexec rm %D/etc/rpmrc
+@unexec rm %D/etc/rpmpopt
+etc/rpm/mkinstalldirs
+etc/rpm/find-provides
+etc/rpm/find-requires
+etc/rpm/rpmrc
+etc/rpm/rpmpopt
+etc/rpm/freshen.sh
+etc/rpm/find-lang.sh
+@exec ln -sf %D/etc/rpm/rpmrc %D/etc/rpmrc
+@exec ln -sf %D/etc/rpm/rpmpopt %D/etc/rpmpopt
@dirrm include/rpm
-@dirrm lib/rpm
+@dirrm etc/rpm