summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2013-06-12 15:15:24 +0200
committerMassimiliano Torromeo2013-06-12 15:15:24 +0200
commitaf63a11c8b6bf3a5c207ba33b7937f06c6286a3c (patch)
treeb8e62c3441259e878ef8f13edb14b801ce540fb0
parentf3f772864b4c95d1eb75830aff2ddad4a465af47 (diff)
downloadaur-af63a11c8b6bf3a5c207ba33b7937f06c6286a3c.tar.gz
Updated etherwake path to /usr/bin
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbe4f6aa76f1..95d3d709f2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=etherwake
pkgver=1.09
-pkgrel=5
+pkgrel=6
arch=(i686 x86_64)
pkgdesc="Utility for waking up computers via wake-on-lan (wol)"
license="GPL"
@@ -12,15 +12,14 @@ source=(https://launchpad.net/ubuntu/+archive/primary/+files/etherwake_1.09.orig
build() {
cd "$srcdir/$pkgname-$pkgver.orig"
- rm -f etherwake etherwake.8.gz
+ rm -f etherwake
gcc ether-wake.c -o etherwake
- gzip etherwake.8
}
package() {
cd "$srcdir/$pkgname-$pkgver.orig"
- install -Dm0755 etherwake "$pkgdir/usr/sbin/etherwake"
- install -Dm0644 etherwake.8.gz "$pkgdir/usr/share/man/man8/etherwake.8"
+ install -Dm0755 etherwake "$pkgdir/usr/bin/etherwake"
+ install -Dm0644 etherwake.8 "$pkgdir/usr/share/man/man8/etherwake.8"
}
-md5sums=('628e8b2a28d47f262e4c26c989402a59')
+sha256sums=('54241c7689579dc86e29e6afbc6d60e69f97135091a1395c8a10f6d5a2daec1d')