Skip to content

Commit

Permalink
narcissus: fix postinst
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Nov 15, 2012
1 parent 3921ea7 commit e87060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-package.sh
Expand Up @@ -26,7 +26,7 @@ fi


export PSEUDO_DISABLED=0 export PSEUDO_DISABLED=0


OPKGARGS="${CACHE} -o ${TARGET_DIR} -f ${TARGET_DIR}/etc/opkg.conf" OPKGARGS="${CACHE} -o ${TARGET_DIR} -f ${TARGET_DIR}/etc/opkg.conf --force_postinstall"


packagelist="$(echo ${PACKAGE} | tr -d '[~;:]' | sed s:,:\ :g | sort | uniq)" packagelist="$(echo ${PACKAGE} | tr -d '[~;:]' | sed s:,:\ :g | sort | uniq)"


Expand Down

0 comments on commit e87060d

Please sign in to comment.