Created
June 28, 2015 11:27
-
-
Save BigAl/ccab51ecb94eea756f38 to your computer and use it in GitHub Desktop.
Update patterndb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
prefix=@prefix@ | |
exec_prefix=@exec_prefix@ | |
bindir=@bindir@ | |
sysconfdir=@sysconfdir@ | |
localstatedir=@localstatedir@ | |
${bindir}/pdbtool merge -D ${sysconfdir}/patterndb.d -p ${localstatedir}/patterndb.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment