Updated install template for vendor-config-onl

- Include stub shell file for new installer
- put Python files in a proper site install location
This commit is contained in:
Carl D. Roth
2016-05-02 12:41:21 -07:00
parent 40a6020f27
commit 58cf4e5036

View File

@@ -11,6 +11,7 @@ packages:
src/python/onl : $PY_INSTALL/onl
src/boot.d : /etc/boot.d
src/bin : /usr/bin
src/lib : /lib/vendor-config/onl
changelog: Changes
@@ -23,7 +24,7 @@ packages:
summary: ONL Base Configuration Package (Loader)
files:
src/python/onl : /usr/lib/python2.7/onl
src/python/onl : /usr/lib/python2.7/dist-packages/onl
src/bin/initmounts : /bin/initmounts
changelog: Changes