r4578 - trunk/src/host/opkg-utils

zecke at docs.openmoko.org zecke at docs.openmoko.org
Sat Aug 2 22:25:11 CEST 2008


Author: zecke
Date: 2008-08-02 22:25:10 +0200 (Sat, 02 Aug 2008)
New Revision: 4578

Modified:
   trunk/src/host/opkg-utils/opkg-build
Log:
[opkg-build] Add -O to the getopt list to make it a valid option
    - -O is now a honored option.



Modified: trunk/src/host/opkg-utils/opkg-build
===================================================================
--- trunk/src/host/opkg-utils/opkg-build	2008-08-01 17:25:56 UTC (rev 4577)
+++ trunk/src/host/opkg-utils/opkg-build	2008-08-02 20:25:10 UTC (rev 4578)
@@ -160,7 +160,7 @@
 noclean=0
 opkext=0
 usage="Usage: $0 [-c] [-C] [-O] [-o owner] [-g group] <pkg_directory> [<destination_directory>]"
-while getopts "cg:ho:v" opt; do
+while getopts "cg:ho:vO" opt; do
     case $opt in
 	o ) owner=$OPTARG
 	    ogargs="--owner=$owner"





More information about the commitlog mailing list