diff options
author | albator <albator@arcadia.vtf> | 2011-11-20 17:23:38 +0100 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-11-20 17:23:38 +0100 |
commit | 7d1695925f047c17da905d5f3f4dad9e4f0b26d0 (patch) | |
tree | f0d5b257092a7dfab7ee4d84883c52f65bf3fe28 /redhat/genrpm.sh | |
parent | 84baf65a460665c14ec77a19ff760067ef639ec0 (diff) | |
download | tde-packaging-7d1695925f047c17da905d5f3f4dad9e4f0b26d0.tar.gz tde-packaging-7d1695925f047c17da905d5f3f4dad9e4f0b26d0.zip |
RHEL/Fedora: adds fusion-icon, kbfx, kradio, kcpuload, knights, ksplash-engine-moodin, ksquirrel, libksquirrel
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-x | redhat/genrpm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh index c0627d032..b575f93cb 100755 --- a/redhat/genrpm.sh +++ b/redhat/genrpm.sh @@ -43,7 +43,7 @@ if [ -z "${VERSION}" ]; then if [ -n "${REQVERSION}" ]; then set $( cd "${COMP}"; echo ${COMP##*/}*-${REQVERSION}.tar.gz) else - set $( cd "${COMP}"; echo ${COMP##*/}*.tar.gz) + set $( cd "${COMP}"; echo ${COMP##*/}*.tar.* ) fi if [ $# -gt 1 ]; then select VERSION in $*; do break; done |