diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-18 03:08:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-18 03:08:06 -0300 |
commit | 8e6ee8d07af847f9f83dc78cc82261259749f768 (patch) | |
tree | d91887e6f705cc129f289a8f4480af4ca217354b /libre | |
parent | f7821ed1f7143743f936005f984ec782020235a1 (diff) |
icedove-libre-17.0.4.1-1: fixing source code path
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 557023556..c727fb2ce 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -50,7 +50,7 @@ build() { export QUILT_PATCHES=debian/patches export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' export QUILT_DIFF_ARGS='--no-timestamps' - export DEBIAN_BUILD="comm-release" + export DEBIAN_BUILD="comm-esr17" mv debian "${srcdir}/${DEBIAN_BUILD}" cd "${srcdir}/${DEBIAN_BUILD}" |