diff options
author | Arnau Sanchez | 2021-04-26 18:52:44 +0200 |
---|---|---|
committer | Arnau Sanchez | 2021-04-26 18:52:44 +0200 |
commit | 682397fde207fa8c1b2aa83b38a5b67ef7d1b41d (patch) | |
tree | 99686524a4ed7e6b6dbe15149bca3308bb240f73 /PKGBUILD | |
parent | ae509d4eeaea72007d27fd15173efb18ed5b092a (diff) | |
download | aur-682397fde207fa8c1b2aa83b38a5b67ef7d1b41d.tar.gz |
Clean spaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ depends=() makedepends=('flex') source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('c08be3867ee906ca69b949d55a4f3780') - + package() { cd $srcdir/$pkgname-$pkgver make - make install PREFIX=${pkgdir}/usr + make install PREFIX=${pkgdir}/usr } |