diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 12:18:57 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 12:18:57 +0000 |
commit | dc5e009bf083456d8c39d089b363cc2eb5d9f193 (patch) | |
tree | 088c733bfb1078ab3d905083bf1ad99998615e6a /move/Makefile | |
parent | 9a83b92026fb5545a9bc71e6db1a1d86f5a1118c (diff) | |
download | drakx-dc5e009bf083456d8c39d089b363cc2eb5d9f193.tar drakx-dc5e009bf083456d8c39d089b363cc2eb5d9f193.tar.gz drakx-dc5e009bf083456d8c39d089b363cc2eb5d9f193.tar.bz2 drakx-dc5e009bf083456d8c39d089b363cc2eb5d9f193.tar.xz drakx-dc5e009bf083456d8c39d089b363cc2eb5d9f193.zip |
don't have a CVS directory on iso
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 779b07eeb..6c5162107 100644 --- a/move/Makefile +++ b/move/Makefile @@ -101,6 +101,7 @@ iso: un_live_tree_boot install live_tree_boot rm -rf /tmp/iso /tmp/live_tree.clp mkdir /tmp/iso cp -a isolinux /tmp/iso + rm -rf /tmp/iso/isolinux/CVS $(MAKE) /tmp/live_tree.clp mv /tmp/*.clp /tmp/iso |