diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-06 18:50:00 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-06 18:50:00 +0200 |
commit | a892b302382b936f49dd780410906a87537ac735 (patch) | |
tree | 6759c798af1b077e33d274003203e0b19669debb /scripts | |
parent | e4b4e9b5156d756c54acacc91fab0b6e4f7cb5d1 (diff) | |
download | rpm-a892b302382b936f49dd780410906a87537ac735.tar.gz rpm-a892b302382b936f49dd780410906a87537ac735.tar.bz2 rpm-a892b302382b936f49dd780410906a87537ac735.zip |
Add missing backslash.
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 1e9d2a95d..25d5885b2 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST = \ brp-strip-shared brp-strip-static-archive brp-sparc64-linux \ check-files check-prereqs \ check-buildroot check-rpaths check-rpaths-worker \ - find-debuginfo.sh find-lang.sh + find-debuginfo.sh find-lang.sh \ perldeps.pl perl.prov perl.req pythondeps.sh osgideps.pl \ rpmdb_loadcvt rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ |