diff options
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 2 | ||||
-rw-r--r-- | move/doc/README | 2 | ||||
-rw-r--r-- | move/move.pm | 2 | ||||
-rwxr-xr-x | move/runstage2 | 2 | ||||
-rwxr-xr-x | move/tree/sound.initscript | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/move/Makefile b/move/Makefile index 866a8d67a..426342ced 100644 --- a/move/Makefile +++ b/move/Makefile @@ -123,7 +123,7 @@ only_iso: find $(DEST)/iso/isolinux -type f -printf '%p 100\n' > $(DEST)/iso.sort ; echo '$(DEST)/iso/live_tree_boot.clp 5' >> $(DEST)/iso.sort # download version: MOVE10DO # complete version: MOVE10IN - mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -P MandrakeSoft -V 'MandrakeMove' -volset MOVE10IN -b isolinux/isolinux.bin -c isolinux/boot.cat -sort $(DEST)/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) $(DEST)/iso + mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -P Mandrakesoft -V 'MandrakeMove' -volset MOVE10IN -b isolinux/isolinux.bin -c isolinux/boot.cat -sort $(DEST)/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) $(DEST)/iso mv $(DEST)/iso/*.clp $(DEST) mkcd --addmd5 $(ISO) # cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO) diff --git a/move/doc/README b/move/doc/README index 298ec9983..28865cdba 100644 --- a/move/doc/README +++ b/move/doc/README @@ -1,4 +1,4 @@ -MandrakeMove is Copyright (c) 2003 MandrakeSoft +MandrakeMove is Copyright (c) 2003 Mandrakesoft MandrakeMove is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/move/move.pm b/move/move.pm index 4f62cf514..f59c22a60 100644 --- a/move/move.pm +++ b/move/move.pm @@ -1,6 +1,6 @@ package move; # $Id$ $ -#- Copyright (c) 2003-2004 MandrakeSoft +#- Copyright (c) 2003-2004 Mandrakesoft #- #- This program is free software; you can redistribute it and/or modify #- it under the terms of the GNU General Public License as published by diff --git a/move/runstage2 b/move/runstage2 index 9afe3d9f4..481b8579c 100755 --- a/move/runstage2 +++ b/move/runstage2 @@ -1,6 +1,6 @@ #!/usr/bin/perl -#- Copyright (c) 2003 MandrakeSoft +#- Copyright (c) 2003 Mandrakesoft #- #- This program is free software; you can redistribute it and/or modify #- it under the terms of the GNU General Public License as published by diff --git a/move/tree/sound.initscript b/move/tree/sound.initscript index 3820a0adc..919a9b875 100755 --- a/move/tree/sound.initscript +++ b/move/tree/sound.initscript @@ -1,5 +1,5 @@ #!/bin/sh -# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> +# (c) Mandrakesoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> # $Id$ # # sound: This shell script launch the sound on your system. |