summaryrefslogtreecommitdiffstats
path: root/13.37
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-12 22:59:26 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-12 22:59:26 +0000
commit2ed33006abc7f5abb4d7964c346ce8d5a2409f2b (patch)
treec9da5484b45cad2dcdceea172ebd4cbb322351cb /13.37
parentf50be6b40701f8e855cb0e5b4bdbb65372912591 (diff)
downloadmultilib-2ed33006abc7f5abb4d7964c346ce8d5a2409f2b.tar.gz
multilib-2ed33006abc7f5abb4d7964c346ce8d5a2409f2b.tar.xz
Remove .py file from the 32-bit lib dir as well
Diffstat (limited to '13.37')
-rwxr-xr-x13.37/gcc/gcc-multilib.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/13.37/gcc/gcc-multilib.SlackBuild b/13.37/gcc/gcc-multilib.SlackBuild
index 3c11864..19305e9 100755
--- a/13.37/gcc/gcc-multilib.SlackBuild
+++ b/13.37/gcc/gcc-multilib.SlackBuild
@@ -432,7 +432,7 @@ cp $CWD/ecj-4.5.jar gcc-$VERSION/ecj.jar
# These *gdb.py files are causing ldconfig to complain, so they are going
# to be REMOVED for now... at some point, they might be moved somewhere
# else, in which case things should Just Work(tm). Keep an eye on it.
-rm -f $PKG1/usr/lib${LIBDIRSUFFIX}/*gdb.py
+rm -f $PKG1/usr/lib*/*gdb.py
# Be sure the "specs" file is installed.
if [ ! -r $PKG1/usr/lib${LIBDIRSUFFIX}/gcc/${ARCH}-slackware-linux/${VERSION}/specs ]; then