summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-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
+}