diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-12 16:13:14 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-13 12:37:20 +0000 |
commit | 16b9cb0d37ddc7e2af0f793e16d849d88200ff84 (patch) | |
tree | 3c46731c91cc5b70fc1ffcab23c6aeb24c55b1dd /apkbuild-pypi.in | |
parent | 7caf00125a6657db4698d8c6e0e941eecd71ed44 (diff) | |
download | abuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.tar.gz abuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.tar.bz2 abuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.tar.xz abuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.zip |
apkbuild-pypi: fix misspelled _pkg_real
Diffstat (limited to 'apkbuild-pypi.in')
-rw-r--r-- | apkbuild-pypi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apkbuild-pypi.in b/apkbuild-pypi.in index dd8779b..6693887 100644 --- a/apkbuild-pypi.in +++ b/apkbuild-pypi.in @@ -16,7 +16,7 @@ my $template = <<'EOF'; # Contributor: [% contributor %] # Maintainer: [% maintainer %] pkgname=[% pkgname %] -_pkg_real=[% pkgreal %] +_pkgreal=[% pkgreal %] pkgver=[% pkgver %] pkgrel=0 pkgdesc=[% pkgdesc %] |