mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 10:52:47 +01:00
polygen-1.0.6-1
This commit is contained in:
parent
6879bd91a8
commit
a9a17878fb
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -13,13 +13,13 @@ source=(http://polygen.org/dist/$pkgname-$pkgver-20040628-src.zip)
|
|||
sha256sums=('703c483820b33a5d695e884e58e2723a660930180fde845f38d6135d247c64a5')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver/src
|
||||
cd "${srcdir}"/$pkgname-$pkgver/src
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/$pkgname-$pkgver/src
|
||||
cd "${srcdir}"/$pkgname-$pkgver/src
|
||||
|
||||
install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
|
||||
install -D -m755 $pkgname "${pkgdir}"/usr/bin/$pkgname
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue