mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
%: %.in Makefile
|
|
sed \
|
|
-e s^@prefix\@^$(prefix)^g \
|
|
-e s^@bindir\@^$(bindir)^g \
|
|
-e s^@sysconfdir\@^$(sysconfdir)^g \
|
|
-e s^@localstatedir\@^$(localstatedir)^g \
|
|
< $< > $@ || rm $@
|
|
chmod +x $@
|