OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../dosfstools/reinstall.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. Fixed removal of existing symlinks before creation.
  17. - Rene Rebe <rene@exactcode.de>
  18. --- ./dosfsck/Makefile.vanilla 2005-01-22 00:52:02.398320408 +0100
  19. +++ ./dosfsck/Makefile 2005-01-22 00:52:13.061699328 +0100
  20. @@ -18,6 +18,7 @@
  21. ln -s dosfsck $(SBINDIR)/fsck.msdos
  22. ln -s dosfsck $(SBINDIR)/fsck.vfat
  23. rm -f $(MANDIR)/fsck.msdos.8
  24. + rm -f $(MANDIR)/fsck.vfat.8
  25. ln -s dosfsck.8 $(MANDIR)/fsck.msdos.8
  26. ln -s dosfsck.8 $(MANDIR)/fsck.vfat.8
  27. --- ./mkdosfs/Makefile.vanilla 2005-01-22 00:51:20.139744688 +0100
  28. +++ ./mkdosfs/Makefile 2005-01-22 00:51:39.801755608 +0100
  29. @@ -18,6 +18,7 @@
  30. ln -s mkdosfs $(SBINDIR)/mkfs.msdos
  31. ln -s mkdosfs $(SBINDIR)/mkfs.vfat
  32. rm -f $(MANDIR)/mkfs.msdos.8
  33. + rm -f $(MANDIR)/mkfs.vfat.8
  34. ln -s mkdosfs.8 $(MANDIR)/mkfs.msdos.8
  35. ln -s mkdosfs.8 $(MANDIR)/mkfs.vfat.8