diff options
Diffstat (limited to 'system/efi-sync')
-rw-r--r-- | system/efi-sync/README | 10 | ||||
-rw-r--r-- | system/efi-sync/efi-sync.SlackBuild | 4 | ||||
-rw-r--r-- | system/efi-sync/efi-sync.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/system/efi-sync/README b/system/efi-sync/README index 71a5cef40a..e643bec36e 100644 --- a/system/efi-sync/README +++ b/system/efi-sync/README @@ -1,8 +1,8 @@ efi-sync is a program which will update your efi when your kernel or its related files are updated. -To have efi-sync to start and stop with your host, add to the beginning of -/etc/rc.d/rc.local: +To have efi-sync to start and stop with your host, add to the beginning +of /etc/rc.d/rc.local: if [ -x /etc/rc.d/rc.efi-sync ]; then /etc/rc.d/rc.efi-sync start @@ -14,6 +14,6 @@ and to /etc/rc.d/rc.local_shutdown (creating it if needed): /etc/rc.d/rc.efi-sync stop fi -Also ensure your EFI is mounted on boot by having its entry configured in -/etc/fstab. For more instructions, refer to the project's README in this -packages documentation under /usr/doc. +Also ensure your EFI is mounted on boot by having its entry configured +in /etc/fstab. For more instructions, refer to the project's README in +this packages documentation under /usr/doc. diff --git a/system/efi-sync/efi-sync.SlackBuild b/system/efi-sync/efi-sync.SlackBuild index e9a06ee65a..bbdf203124 100644 --- a/system/efi-sync/efi-sync.SlackBuild +++ b/system/efi-sync/efi-sync.SlackBuild @@ -3,7 +3,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=efi-sync -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,4 +59,4 @@ mkdir -p "$PKG/etc/rc.d" cp -R "$CWD/files/rc.efi-sync.new" "$PKG/etc/rc.d/" cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.2.0-$ARCH-$BUILD$TAG.$PKGTYPE +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.2.1-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/system/efi-sync/efi-sync.info b/system/efi-sync/efi-sync.info index 166c307260..5cae79e17d 100644 --- a/system/efi-sync/efi-sync.info +++ b/system/efi-sync/efi-sync.info @@ -1,8 +1,8 @@ PRGNAM="efi-sync" -VERSION="0.2.0" +VERSION="0.2.1" HOMEPAGE="https://git.server.ky/slackcoder/efi-sync" -DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.0.tar.xz" -MD5SUM="9da8ebe6f6bcf30e0b8304c641c72396" +DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.1.tar.xz" +MD5SUM="6676df09479f4f97cbc56f5aada21aa6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |