diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-03 15:20:17 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-03 15:20:17 -0200 |
commit | b23a644ecbb3e14fcbb38fd3c946d4ae83e578cb (patch) | |
tree | 2027b52bf9694000bd904a6dd7f1820830abc718 | |
parent | d635af1050688c5e4e3d1aa5f6cb1d8d51292e92 (diff) |
iceweasel-libre-17.0.1.2-1: updating some things on the PKGBUILD
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 3bdafac95..ac03a1b00 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -139,7 +139,7 @@ package() { cd "$srcdir/$DEBIAN_BUILD" make -j1 -f client.mk DESTDIR="$pkgdir" install - install -Dm644 "$srcdir"/vendor.js "$pkgdir/usr/lib/$_pkgname/defaults/preferences/vendor.js" + install -Dm644 "$srcdir/vendor.js" "$pkgdir/usr/lib/$_pkgname/defaults/preferences" # I don't even know why we're hitting the objdir, and ConnOS didn't. _brandingdir=debian/branding |