|
|
@ -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" |
|
|
|