help2man: Fix PKGBUILD syntax
This commit is contained in:
parent
61bfbb1bc7
commit
8bccf0b9d6
@ -12,7 +12,7 @@ depends=('perl-Locale-Gettext' 'libintl')
|
||||
install=help2man.install
|
||||
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
1.40.4-cygwin-nls.patch)
|
||||
noextrat=("${pkgname}-${pkgver}.tar.xz")
|
||||
noextract=("${pkgname}-${pkgver}.tar.xz")
|
||||
sha256sums=('7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1'
|
||||
'SKIP'
|
||||
'6cf5541d6233b6c0ce0248ecb6376682646ee56f795b19906f0acc63d83de482')
|
||||
@ -38,7 +38,7 @@ del_file_exists() {
|
||||
# =========================================== #
|
||||
|
||||
prepare() {
|
||||
cd $srcdir
|
||||
cd ${srcdir}
|
||||
tar -xf ${pkgname}-${pkgver}.tar.xz || true
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
del_file_exists Changelog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user