Fix grub-install invocation for post-wheezy releases and sid (issue #78)
[grml-debootstrap.git] / packer / Makefile
1 compile: fake-uname.so
2
3 fake-uname.so:
4         gcc -shared -fPIC -ldl fake-uname.c -o fake-uname.so
5
6 packer: fake-uname.so
7         packer build debian64_wheezy.json
8
9 .PHONY: compile packer