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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
[ -z "$WITH_CROSS" ] || export CFLAGS="$CFLAGS --target=$TRIPLE --sysroot=$WITH_CROSS_DIR"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,3 +22,7 @@ license() {
|
||||||
cat LICENSE
|
cat LICENSE
|
||||||
# cat COPYING
|
# cat COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backup() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue