mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-25 18:30:56 +00:00
scripts/install: remove unneded inclusion of project options file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2f54ec017a
commit
f7c7cb7779
@ -54,8 +54,6 @@ if [ -f $PKG_DIR/install ]; then
|
||||
$PKG_DIR/install $@ >&$VERBOSE_OUT
|
||||
fi
|
||||
|
||||
. $PROJECT_DIR/$PROJECT/options
|
||||
|
||||
for i in `sed -n "s/^\([^#].*\)=\".*$/\1/p" $PROJECT_DIR/$PROJECT/options | grep -v "#"`; do
|
||||
eval val=\$$i
|
||||
echo "STAMP_$i=\"$val"\" >> $STAMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user