summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-09-30 20:18:30 -0400
committerneeshy2020-09-30 20:18:30 -0400
commit83e8fa714eaaab6f73d584363fb316c75cd65241 (patch)
treef0fc281508fb198bc69ae4c404d8e1972c7fa124
parentc424fedcd4196f8923adc6f9749d025a16e773f0 (diff)
downloadaur-83e8fa714eaaab6f73d584363fb316c75cd65241.tar.gz
legacyfox: fix installation location
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8523aafee1a..9fd534ee75ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,5 +17,5 @@ package() {
install -Dm644 defaults/pref/config-prefs.js "$pkgdir/usr/lib/firefox/defaults/pref/config-prefs.js"
install -Dm644 legacy/BootstrapLoader.jsm "$pkgdir/usr/lib/firefox/legacy/BootstrapLoader.jsm"
install -Dm644 legacy/RDFDataSource.jsm "$pkgdir/usr/lib/firefox/legacy/RDFDataSource.jsm"
- install -Dm644 legacy/RDFManifestConverter.jsm "$pkgdir/usr/lib/legacy/RDFManifestConverter.jsm"
+ install -Dm644 legacy/RDFManifestConverter.jsm "$pkgdir/usr/lib/firefox/legacy/RDFManifestConverter.jsm"
}