Author: pierre
Date: Sat Mar 10 02:08:38 2018
New Revision: 4052
Log:
Fix syntax error in preceding commit
Modified:
jhalfs/trunk/pkgmngt/packInstall.sh.porg
Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==============================================================================
--- jhalfs/trunk/pkgmngt/packInstall.sh.porg Sat Mar 10 02:02:26 2018
(r4051)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porg Sat Mar 10 02:08:38 2018
(r4052)
@@ -71,6 +71,7 @@
;;
x265*) # can contain vd.d or just d.d: thanks to packagers
VERSION=$(echo $1 | sed 's/^.*[v_]//')
+ ;;
*)
VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
;;
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page