summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a0f00011ef5..9b354c569194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,9 @@ license=('BSD')
depends=('glibc')
source=("https://github.com/troglobit/mrouted/releases/download/${pkgver}/mrouted-${pkgver}.tar.gz")
-prepare() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd=/usr/lib/systemd/system
-}
-
build() {
cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd=/usr/lib/systemd/system
make
}