PKGBUILD: adapt to msgfmt
This commit is contained in:
parent
ebf464d7a1
commit
f406629fa9
1 changed files with 5 additions and 0 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -20,6 +20,11 @@ pkgver() {
|
|||
git log -1 --format="%cd" --date=short | tr -d -
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/danmaku2ass"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/danmaku2ass"
|
||||
make install DESTDIR="$pkgdir" PREFIX=/usr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue