mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2274b8983e
* 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>
21 lines
420 B
Plaintext
21 lines
420 B
Plaintext
bin/gendiff
|
|
bin/rpm
|
|
bin/rpm2cpio
|
|
include/rpm/rpmlib.h
|
|
include/rpm/dbindex.h
|
|
include/rpm/header.h
|
|
lib/librpm.a
|
|
@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 etc/rpm
|