bad: add backup
This commit is contained in:
parent
52e479ee9a
commit
8581fbddc2
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
[ -z "$WITH_CROSS" ] || export CFLAGS="$CFLAGS --target=$TRIPLE --sysroot=$WITH_CROSS_DIR"
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -21,3 +22,7 @@ license() {
|
|||
cat LICENSE
|
||||
# cat COPYING
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue