diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-05 00:21:13 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 14:49:36 +0000 |
commit | 811a215018b84a14218c0184234e6af5f56d10e4 (patch) | |
tree | 5e9683cc330832c94994dc4e6abaed33b670ac42 /abuild-sign.in | |
parent | e1339a9b7754ad1dd1c01b3cdf87ea340c58b461 (diff) | |
download | abuild-811a215018b84a14218c0184234e6af5f56d10e4.tar.gz abuild-811a215018b84a14218c0184234e6af5f56d10e4.tar.bz2 abuild-811a215018b84a14218c0184234e6af5f56d10e4.tar.xz abuild-811a215018b84a14218c0184234e6af5f56d10e4.zip |
various: tweak opening comments, whitespace
Also remove incomplete efforts at listing "Depends on: ..."
Diffstat (limited to 'abuild-sign.in')
-rw-r--r-- | abuild-sign.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/abuild-sign.in b/abuild-sign.in index aea651f..3ff32e0 100644 --- a/abuild-sign.in +++ b/abuild-sign.in @@ -1,12 +1,10 @@ #!/bin/sh -# sign indexes +# abuild-sign - sign indexes # Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org> # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot, -# abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ |