[Slackbuilds-users] advancemame problem
Antoine NONYME
mickeytintincolle at yahoo.fr
Fri Apr 30 18:41:06 UTC 2010
Le Sun, 25 Apr 2010 11:26:31 -0400,
Omar Alhassane <oalhassane at gmail.com> a écrit :
> Hello,
>
> I've found out that the slackbuild for advancemame does not run until
> the end in Slackware13. There is no error message in the config.log
> or system log but no package created either.
>
> I found out by commenting out this next section, everything runs fine.
>
> ( cd $PKG
> find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d :
> | \ xargs strip --strip-unneeded 2> /dev/null || true
> find . | xargs file | grep "shared object" | grep ELF | cut -f 1
> -d : | \ xargs strip --strip-unneeded 2> /dev/null
> )
>
> ( cd $PKG/usr/man
> find . -type f -exec gzip -9 {} \;
> for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz
> $i.gz ; rm $i ; done
> )
There is no need to comment all of this . Just replace the two
following lines :
)
by :
) || true
>
> PS: Sorry for the bad english
Your English is not really bad :)
>
> Thanks
>
> Omar
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
More information about the SlackBuilds-users
mailing list