example.sh 231 Bytes
Newer Older
1
#!/bin/sh
Vitaly Lipatov's avatar
Vitaly Lipatov committed
2 3 4 5
# Place your shell code here
# It will be run with two args: buildroot spec
# Name this script as package name

6
# You can use SUDO variable, epm tool eget, epm print info and other epm commands
7

8 9 10
BUILDROOT="$1"
SPEC="$2"