summaryrefslogtreecommitdiff
path: root/pcr/apertium-tolk-svn
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:49:35 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:47 +0100
commit579b9bddddb26853273782b8a88e1bebb6d0266c (patch)
tree0c11738207d75997062881d6254567f6e07d74a7 /pcr/apertium-tolk-svn
parent4eb6c4846e729c0f521f2fc564d2ebd24535631e (diff)
downloadabslibre-579b9bddddb26853273782b8a88e1bebb6d0266c.tar.gz
abslibre-579b9bddddb26853273782b8a88e1bebb6d0266c.tar.bz2
abslibre-579b9bddddb26853273782b8a88e1bebb6d0266c.zip
pcr/apertium-tolk-svn: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/apertium-tolk-svn')
-rw-r--r--pcr/apertium-tolk-svn/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/pcr/apertium-tolk-svn/PKGBUILD b/pcr/apertium-tolk-svn/PKGBUILD
index f09506184..0df36f89a 100644
--- a/pcr/apertium-tolk-svn/PKGBUILD
+++ b/pcr/apertium-tolk-svn/PKGBUILD
@@ -31,6 +31,11 @@ build() {
sh autogen.sh
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd "$srcdir/$_svnmod"
+
make DESTDIR="$pkgdir/" install || return 1
-} \ No newline at end of file
+}