summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-02-11 22:26:58 +0200
committerDet2016-02-11 22:26:58 +0200
commita475bfb3044398e3b2d1ab6093fdea51e2656380 (patch)
treeabe03a50a994e5504ecb0ff658281f8a29906ba2
parent5377a2328446ddff87118553c3eed8cf82839657 (diff)
downloadaur-a475bfb3044398e3b2d1ab6093fdea51e2656380.tar.gz
Fix comment
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9c53dc11d49..4ca7f7a5dff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,8 +78,8 @@ _firefox_package() {
install -Dm644 $i "$pkgdir"/usr/share/lastpass/$i
done
- ## Binary plugin
- #install -Dm755 libnplastpass$_64.so "$pkgdir"/usr/lib/mozilla/plugins/libnplastpass$_64.so
+ # Binary plugin
+ install -Dm755 libnplastpass$_64.so "$pkgdir"/usr/lib/mozilla/plugins/libnplastpass$_64.so
}
package() {