Skip to content

Commit bc445e3

Browse files
committed
Merge branch 'master' of github.com:BambooEngine/ibus-bamboo
2 parents 88fcf58 + c8639ef commit bc445e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

archlinux/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ prerare () {
3737
build() {
3838
cd "$pkgname"
3939

40-
make
40+
make build
4141
}
4242

4343

archlinux/PKGBUILD-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ conflicts=(ibus-bamboo-git)
3333
build() {
3434
cd "$pkgname-$pkgver"
3535

36-
make
36+
make build
3737
}
3838

3939

0 commit comments

Comments
 (0)