diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 18:00:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 18:00:42 +0000 |
commit | 23ebeb6af4ece1c8d97120a327976cef695f2836 (patch) | |
tree | cf58197608a685230fc90158cb669fc7cf9cef8a /Makefile | |
parent | f7538fea10162f7fd77e1d75fdc16dff08a39466 (diff) | |
download | drakx-23ebeb6af4ece1c8d97120a327976cef695f2836.tar drakx-23ebeb6af4ece1c8d97120a327976cef695f2836.tar.gz drakx-23ebeb6af4ece1c8d97120a327976cef695f2836.tar.bz2 drakx-23ebeb6af4ece1c8d97120a327976cef695f2836.tar.xz drakx-23ebeb6af4ece1c8d97120a327976cef695f2836.zip |
add a VERSION file in boot.iso to allow its identification (as suggested on cooker)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done images: - ./make_boot_img + DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img boot.iso tar: clean rpm -qa > needed_rpms.lst |