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.

13 lines
347 B

  1. --- ./install.sh.orig 2008-05-16 01:03:57.000000000 +0200
  2. +++ ./install.sh 2008-05-16 01:04:09.000000000 +0200
  3. @@ -9,8 +9,8 @@
  4. # values in both a2x and asciiidoc.py scripts.
  5. CONFDIR=/etc/asciidoc
  6. -BINDIR=/usr/local/bin
  7. -MANDIR=/usr/local/man
  8. +BINDIR=/usr/bin
  9. +MANDIR=/usr/man
  10. VIM_CONFDIR=/etc/vim
  11. if [ `basename $0` = uninstall.sh ]; then