Removed a now unused envar.
This commit is contained in:
parent
dd529e9c6a
commit
f9bfa72ca2
2 changed files with 0 additions and 5 deletions
|
@ -1087,10 +1087,6 @@ endif
|
||||||
string "XSL stylesheet"
|
string "XSL stylesheet"
|
||||||
default "$PROGNAME.xsl"
|
default "$PROGNAME.xsl"
|
||||||
|
|
||||||
config PKG_LST
|
|
||||||
string "Package contents list"
|
|
||||||
default "unpacked"
|
|
||||||
|
|
||||||
#--- End Internal Settings
|
#--- End Internal Settings
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ SHELL = /bin/bash
|
||||||
|
|
||||||
SRC = /sources
|
SRC = /sources
|
||||||
MOUNT_PT = $BUILDDIR
|
MOUNT_PT = $BUILDDIR
|
||||||
PKG_LST = $PKG_LST
|
|
||||||
LUSER = $LUSER
|
LUSER = $LUSER
|
||||||
LGROUP = $LGROUP
|
LGROUP = $LGROUP
|
||||||
LHOME = $LHOME
|
LHOME = $LHOME
|
||||||
|
|
Reference in a new issue