summaryrefslogtreecommitdiffstats
path: root/sysklogd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/Pkgfile')
-rw-r--r--sysklogd/Pkgfile17
1 files changed, 9 insertions, 8 deletions
diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile
index 9ae3f5e8c..4b0315683 100644
--- a/sysklogd/Pkgfile
+++ b/sysklogd/Pkgfile
@@ -6,14 +6,15 @@
name=sysklogd
version=1.5
-release=2
-source=( http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz \
- syslog.conf)
+release=3
+source=(http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz
+ syslog.conf)
+
build() {
-cd $name-$version
-mkdir -p $PKG/{usr/sbin,etc,usr/share/man/man{5,8}}
+ cd $name-$version
+ mkdir -p $PKG/{sbin,etc,usr/share/man/man{5,8}}
-make RPM_OPT_FLAGS="$CFLAGS" all
-make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/share/man install
-mv ../syslog.conf $PKG/etc/
+ make RPM_OPT_FLAGS="$CFLAGS" all
+ make BINDIR=$PKG/sbin MANDIR=$PKG/usr/share/man install
+ mv ../syslog.conf $PKG/etc/
}