diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-12-16 20:09:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 20:09:41 +0700 |
commit | 7f0a7b947ecefd76928b7662ee0d7511d7c8af2b (patch) | |
tree | 6f27e7d61cc7f0b18f5b149e8052a6bf695b7580 /system/profile-sync-daemon/profile-sync-daemon.SlackBuild | |
parent | 813480aa170ce64f875a7243f398e0df6c28a20f (diff) | |
download | slackbuilds-7f0a7b947ecefd76928b7662ee0d7511d7c8af2b.tar.gz |
system/profile-sync-daemon: Updated for version 5.54.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/profile-sync-daemon/profile-sync-daemon.SlackBuild')
-rw-r--r-- | system/profile-sync-daemon/profile-sync-daemon.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild index 8fe6491ef2..f5db41cad5 100644 --- a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild +++ b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=profile-sync-daemon -VERSION=${VERSION:-5.52} +VERSION=${VERSION:-5.54} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,13 +50,12 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -i 's#/share##g' Makefile -patch -p1 < $CWD/psd.openrc.patch make make install-bin install-man install-cron DESTDIR=$PKG mv $PKG/etc/cron.hourly/psd-update $PKG/etc/cron.hourly/psd-update.new install -D -m 0644 $TMP/$PRGNAM-$VERSION/common/psd.conf $PKG/etc/psd.conf.new -install -D -m 0644 $TMP/$PRGNAM-$VERSION/init/psd.openrc $PKG/etc/rc.d/rc.psd.new +install -D -m 0644 $CWD/rc.psd $PKG/etc/rc.d/rc.psd.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a GPL-2 INSTALL LICENCE MIT README.md VERSION_4_WARNING $PKG/usr/doc/$PRGNAM-$VERSION |