mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Set the path to sqlite3 properly.
This commit is contained in:
parent
69d9df7fe6
commit
bb82310dba
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
-e "s^@xmlflags\@^$(xmlflags)^g" \
|
-e "s^@xmlflags\@^$(xmlflags)^g" \
|
||||||
-e "s^@xsltproc\@^$(xsltproc)^g" \
|
-e "s^@xsltproc\@^$(xsltproc)^g" \
|
||||||
-e "s^@aterm_bin\@^$(aterm_bin)^g" \
|
-e "s^@aterm_bin\@^$(aterm_bin)^g" \
|
||||||
|
-e "s^@sqlite_bin\@^$(sqlite_bin)^g" \
|
||||||
-e "s^@version\@^$(VERSION)^g" \
|
-e "s^@version\@^$(VERSION)^g" \
|
||||||
-e "s^@testPath\@^$(coreutils):$$(dirname $$(type -P expr))^g" \
|
-e "s^@testPath\@^$(coreutils):$$(dirname $$(type -P expr))^g" \
|
||||||
< $< > $@ || rm $@
|
< $< > $@ || rm $@
|
||||||
|
|
|
@ -39,6 +39,7 @@ export dot=@dot@
|
||||||
export xmllint="@xmllint@"
|
export xmllint="@xmllint@"
|
||||||
export xmlflags="@xmlflags@"
|
export xmlflags="@xmlflags@"
|
||||||
export xsltproc="@xsltproc@"
|
export xsltproc="@xsltproc@"
|
||||||
|
export sqlite3="@sqlite_bin@/bin/sqlite3"
|
||||||
export SHELL="@shell@"
|
export SHELL="@shell@"
|
||||||
|
|
||||||
# Hack to get "atdiff" to run on Cygwin (Windows looks for
|
# Hack to get "atdiff" to run on Cygwin (Windows looks for
|
||||||
|
|
Loading…
Reference in a new issue