Created
December 28, 2011 14:22
-
-
Save alfredopalhares/1528099 to your computer and use it in GitHub Desktop.
My moma is bad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/rubyists/socklog-dietlibc/PKGBUILD b/rubyists/socklog-dietlibc/PKGBUILD | |
index d758312..6ac8ec4 100644 | |
--- a/rubyists/socklog-dietlibc/PKGBUILD | |
+++ b/rubyists/socklog-dietlibc/PKGBUILD | |
@@ -28,7 +28,9 @@ build() { | |
# compile | |
make || return 1 | |
make check || return 1 | |
+} | |
+package() { | |
# install binaries | |
install -d -m0755 ${pkgdir}/sbin || return 1 | |
for i in `cat $srcdir/admin/socklog-$pkgver/package/commands` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment