mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-11 20:57:18 +02:00
* Autoconf sucks.
This commit is contained in:
parent
e7ea52d3b3
commit
604c45e960
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
-e "s^@sysconfdir\@^$(sysconfdir)^g" \
|
-e "s^@sysconfdir\@^$(sysconfdir)^g" \
|
||||||
-e "s^@localstatedir\@^$(localstatedir)^g" \
|
-e "s^@localstatedir\@^$(localstatedir)^g" \
|
||||||
-e "s^@datadir\@^$(datadir)^g" \
|
-e "s^@datadir\@^$(datadir)^g" \
|
||||||
-e "s^@host\@^$(host)^g" \
|
-e "s^@host\@^$(host_triplet)^g" \
|
||||||
-e "s^@wget\@^$(wget)^g" \
|
-e "s^@wget\@^$(wget)^g" \
|
||||||
< $< > $@ || rm $@
|
< $< > $@ || rm $@
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue