mirror of the now-defunct rocklinux.org
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.

16 lines
591 B

  1. diff -pruN man-pages-1.67_orig/Makefile man-pages-1.67/Makefile
  2. --- man-pages-1.67_orig/Makefile 2004-05-21 01:35:18.000000000 +0200
  3. +++ man-pages-1.67/Makefile 2004-10-21 11:41:08.226029864 +0200
  4. @@ -17,10 +17,8 @@ allbz: bz2 all
  5. screen:
  6. -mkdir not_installed
  7. for i in man?/*; do \
  8. - if [ $(MANDIR)/"$$i" -nt "$$i" ]; then \
  9. - cmp -s $(MANDIR)/"$$i" "$$i" > /dev/null 2>&1; \
  10. - if [ "$$?" != 0 ]; then mv "$$i" not_installed; fi; \
  11. - fi; \
  12. + grep -q "$$i" ` ls /var/adm/flists/* | grep -v man-pages `; \
  13. + if [ "$$?" == 0 ]; then mv "$$i" not_installed; fi; \
  14. done
  15. remove: