diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-25 19:25:21 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-25 19:25:21 -0300 |
commit | c599c47137606bb040056ac0f481da2684b5dfea (patch) | |
tree | ef9b0c1ae96265e9bb775d21e46921c21f0a2ba0 | |
parent | 4226574ce249e4a58feca90a9448370bbdb08e83 (diff) | |
download | abslibre-c599c47137606bb040056ac0f481da2684b5dfea.tar.gz abslibre-c599c47137606bb040056ac0f481da2684b5dfea.tar.bz2 abslibre-c599c47137606bb040056ac0f481da2684b5dfea.zip |
iceape-libre: fix export syntax due new libretools
-rw-r--r-- | libre/iceape-libre/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index efacd73ce..1ea0c56b0 100644 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -100,6 +100,9 @@ prepare() { build() { export DEBIAN_BUILD="comm-release" + export DEBIAN_BRANDING_DIR="debian/branding" + + export ICEAPE_ICONS_BRANDING="suite/branding/nightly" cd "${srcdir}/${DEBIAN_BUILD}" @@ -117,6 +120,9 @@ build() { package() { export DEBIAN_BUILD="comm-release" + export DEBIAN_BRANDING_DIR="debian/branding" + + export ICEAPE_ICONS_BRANDING="suite/branding/nightly" cd "${srcdir}/${DEBIAN_BUILD}" |