diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-12 14:33:56 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-12 14:33:56 +0200 |
commit | 50f608b42f55e1d2c89dc22a01c58b7621b620a5 (patch) | |
tree | 475bf1e263474ac4ee6150425b159c6ec72e8973 /scripts | |
parent | 4fbc35614992a1e4a62a926aff1f72d8af10729d (diff) | |
download | librpm-tizen-50f608b42f55e1d2c89dc22a01c58b7621b620a5.tar.gz librpm-tizen-50f608b42f55e1d2c89dc22a01c58b7621b620a5.tar.bz2 librpm-tizen-50f608b42f55e1d2c89dc22a01c58b7621b620a5.zip |
Install the new fancy perldep extractor
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index e65ff4115..3af78429b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -28,7 +28,7 @@ rpmconfig_SCRIPTS = \ check-files check-prereqs \ check-buildroot check-rpaths check-rpaths-worker \ find-lang.sh \ - perl.prov perl.req pythondeps.sh osgideps.pl \ + perl.prov perl.req perldeps.pl pythondeps.sh osgideps.pl \ mono-find-requires mono-find-provides \ rpmdb_loadcvt rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ |