Commit 37186aba authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent d9cee91a
...@@ -172,7 +172,7 @@ epm repo add - add branch repo. Use follow params: ...@@ -172,7 +172,7 @@ epm repo add - add branch repo. Use follow params:
yandex - for BaseALT repo mirror hosted by Yandex (recommended)" yandex - for BaseALT repo mirror hosted by Yandex (recommended)"
altsp - add ALT SP repo" altsp - add ALT SP repo"
autoimports - for BaseALT autoimports repo" autoimports - for BaseALT autoimports repo"
autoports - for Autoports repo (with packages from Sisyphus rebuilded to the branch) autoports - for Autoports repo (with packages from Sisyphus rebuilt to the branch)
altlinuxclub - for altlinuxclub repo (http://altlinuxclub.ru/)" altlinuxclub - for altlinuxclub repo (http://altlinuxclub.ru/)"
etersoft - for LINUX@Etersoft repo" etersoft - for LINUX@Etersoft repo"
korinf - for Korinf repo" korinf - for Korinf repo"
...@@ -403,7 +403,7 @@ __epm_addrepo_deb() ...@@ -403,7 +403,7 @@ __epm_addrepo_deb()
fi fi
if [ -d "$repo" ] ; then if [ -d "$repo" ] ; then
sudocmd epm repo add "deb file:$repo ./" epm repo add "deb file:$repo ./"
return return
fi fi
......
...@@ -13,7 +13,7 @@ case $pkgtype in ...@@ -13,7 +13,7 @@ case $pkgtype in
mask="apache-netbeans-$VERSION.noarch.rpm" mask="apache-netbeans-$VERSION.noarch.rpm"
;; ;;
*) *)
mask="apache-netbeans_$VERSION_all.deb" mask="apache-netbeans_${VERSION}_all.deb"
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment