Skip to content

Instantly share code, notes, and snippets.

@alfredopalhares
Created December 28, 2011 14:22
Show Gist options
  • Save alfredopalhares/1528099 to your computer and use it in GitHub Desktop.
Save alfredopalhares/1528099 to your computer and use it in GitHub Desktop.
My moma is bad
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