Skip to content

Commit 52ad49a

Browse files
committed
Merge pull request #36 from flamusdiu/master
Adding the creation of /etc/jsawkrc
2 parents 259326c + e8d2576 commit 52ad49a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ package() {
2222
cd "$SRCDEST"
2323
install -dm755 "${pkgdir}"/usr/bin/
2424
install -Dm755 jsawk "${pkgdir}"/usr/bin/jsawk
25+
26+
echo "export JS=/usr/bin/js24" >> /etc/jsawkrc
2527
}

0 commit comments

Comments
 (0)