diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-18 13:51:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-18 13:51:52 +0000 |
commit | 816771ca4fac8e9573b43e6f7ab4038b0a411368 (patch) | |
tree | 70fa16e7f338a605eaf0d97ab6d382fbae52aa76 /Makefile | |
parent | 87529b030185e9f5b0626dc1fd8d5303a4127998 (diff) | |
download | drakx-816771ca4fac8e9573b43e6f7ab4038b0a411368.tar drakx-816771ca4fac8e9573b43e6f7ab4038b0a411368.tar.gz drakx-816771ca4fac8e9573b43e6f7ab4038b0a411368.tar.bz2 drakx-816771ca4fac8e9573b43e6f7ab4038b0a411368.tar.xz drakx-816771ca4fac8e9573b43e6f7ab4038b0a411368.zip |
fix building images
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: - DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img boot.iso + DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img tar: clean rpm -qa > needed_rpms.lst |