Skip to content

Commit

Permalink
Quoting
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@412807 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas committed Apr 17, 2021
1 parent fdb8957 commit a9e9b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aspell-nl/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ source=(https://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')

build() {
cd $srcdir/$pkgname-0.50-2
cd $pkgname-0.50-2
./configure
make
}

package() {
cd $srcdir/$pkgname-0.50-2
make DESTDIR=$pkgdir install
cd $pkgname-0.50-2
make DESTDIR="$pkgdir" install

install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

0 comments on commit a9e9b41

Please sign in to comment.