source: trunk/debathena/scripts/installer/pxe/lucid/Makefile @ 24737

Revision 24737, 427 bytes checked in by amb, 14 years ago (diff)
...and getting rid of the version-specificity when possible. (s/lucid//g)
RevLine 
[23873]1# This is pretty dangerous in a bunch of ways.  Approach with caution.
[24732]2d=/afs/dev/system/athena10/installer/lucid
[23480]3
[23873]4default:
5        : Use "make install" to move this from where the installer will fetch it.
6
[24736]7install: ${d}/debathena.tar.gz
[23873]8
[24736]9${d}/debathena.tar.gz: debathena.preseed debathena-loader.sh debathena
[24737]10        tar czvf ${d}/debathena.tar.gz --exclude "*~" --exclude "*/.svn*" debathena
[24732]11        cp debathena.preseed debathena-loader.sh ${d}
Note: See TracBrowser for help on using the repository browser.