summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83500ed2105a..3ee32e2ecefc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=netboot
pkgver=20100119
-pkgrel=2
+pkgrel=3
pkgdesc="a simple PXE-compatible DHCP and TFTP server"
arch=(i686 x86_64)
url="http://brokestream.com/netboot.html"
@@ -11,6 +11,7 @@ license=(BSD)
depends=(glibc)
makedepends=(gcc)
source=(http://brokestream.com/netboot.c)
+install=netboot.install
build() {
cd $srcdir