diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,12 +1,10 @@ #!/bin/sh -# script to build apk packages (light version of makepkg) +# abuild - build apk packages (light version of makepkg) # Copyright (c) 2008 Natanael Copa <natanael.copa@gmail.com> # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot -# abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ |