makedeb
The fastest terminal file manager ever written.
Click here to go back to the commit logs for nnn-git.
Hash: e344ce13927ac905adb47ef966ab7d42c093fd11
Message: nnn plugins get installed as well
diff --git a/PKGBUILD b/PKGBUILD
index 0d2e690..21412e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,6 +53,6 @@ package() {
#install the license
install -Dm644 "${srcdir}/nnn/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
#install plugins
- #mkdir -p "${pkgdir}/usr/share/${pkgname}/plugins"
- #cp -vRf "${srcdir}/${_pkgname}/plugins" "${pkgdir}/usr/share/${pkgname}/plugins"
+ mkdir -p "${pkgdir}/usr/share/${pkgname}/plugins"
+ cp -vRf "${srcdir}/${_pkgname}/plugins" "${pkgdir}/usr/share/${pkgname}/plugins"
}