Browse Source

fixed xemacs-packages for new shared directory detection

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2174 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
7b3b75ea65
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      package/rene/xemacs-packages/xemacs-packages.conf
  2. +1
    -1
      package/rene/xemacs-packages/xemacs-packages.desc

+ 2
- 2
package/rene/xemacs-packages/xemacs-packages.conf

@ -6,7 +6,7 @@
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/xemacs-packages/xemacs-packages.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# 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
@ -25,7 +25,7 @@ xemacs_packages_main()
# we have the latest version of them in another package
find -name "*mew*" | xargs rm -rfv
find -name "*auctex*" | xargs rm -rfv
cp -arvf * $root/usr/lib/xemacs
cp -arvf xemacs-packages/* $root/usr/lib/xemacs/xemacs-packages/
}
custmain="xemacs_packages_main"

+ 1
- 1
package/rene/xemacs-packages/xemacs-packages.desc

@ -7,7 +7,7 @@
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/rene/xemacs-packages/xemacs-packages.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save