On Sun, Apr 5, 2009 at 9:30 AM, Jan de Groot wrote:
> On Sun, 2009-04-05 at 09:14 +1000, Mike Sampson wrote:
> > Hi,
> > just did a pacman -Syu and one of the packages gives an error on install
> > but still seems to install. Is this error harmless and ok to ignore?
> System
> > is x86_64.
> >
>
On Sun, 2009-04-05 at 09:14 +1000, Mike Sampson wrote:
> Hi,
> just did a pacman -Syu and one of the packages gives an error on install
> but still seems to install. Is this error harmless and ok to ignore? System
> is x86_64.
>
Besides the missing .install file in CVS, the .install scriptlet tr
Hi,
just did a pacman -Syu and one of the packages gives an error on install
but still seems to install. Is this error harmless and ok to ignore? System
is x86_64.
[mercury|/home/mike] # pacman -S libconfig
> warning: libconfig-1.3.2-2 is up to date -- reinstalling
> resolving dependencies...
> l
On Sat, Apr 04, 2009 at 04:35:04PM -0400, Baho Utot wrote:
> Kurt J. Bosch wrote:
>> On 2009-04-04 15:06, Baho Utot wrote:
>>>
>>> find returns the directory entry with ./ in front of the directory name
>>> Anyone know how to make find return abs instead of ./abs
>>>
>> man find suggests -printf %P
Abhishek Dasgupta wrote:
2009/4/4 Baho Utot :
find returns the directory entry with ./ in front of the directory name
Anyone know how to make find return abs instead of ./abs
If i begins with "./" you can remove it using
echo $i | cut -c 3-
adding i=$(echo $i | cut -c 3-) t
Kurt J. Bosch wrote:
On 2009-04-04 15:06, Baho Utot wrote:
find returns the directory entry with ./ in front of the directory name
Anyone know how to make find return abs instead of ./abs
man find suggests -printf %P for this :)
doesn't work
On 2009-04-04 15:06, Baho Utot wrote:
find returns the directory entry with ./ in front of the directory name
Anyone know how to make find return abs instead of ./abs
man find suggests -printf %P for this :)
Does anyone know who owns the twitter archlinux account at:
http://twitter.com/archlinux
Just asking, since it would be useful to post library transitions
and big updates (like today's GNOME transition) to twitter
so that it's easier for users to stay informed.
--
Abhishek
On Fri, Apr 3, 2009 at 10:49 PM, Abdul Halim wrote:
> On Sat, Apr 4, 2009 at 9:29 AM, Adam Stokes wrote:
>> There is a fix there and ticket has been open for 4 months. I feel its
>> a pretty big issue since its an initialization script, could someone
>> (the maintainer) please have a look at this
2009/4/4 Baho Utot :
> find returns the directory entry with ./ in front of the directory name
> Anyone know how to make find return abs instead of ./abs
>
If i begins with "./" you can remove it using
echo $i | cut -c 3-
--
Abhishek
I am working on a makefile to build all the packages in a abs repos
Here is what I have
#
# Maker.sh
#
rm Makefile
echo 'CHROOT=/home/Build.Chroot' >> Makefile
echo 'REPO=CORE' >> Makefile
echo 'REPOS=/home/${REPO}' >> Makefile
echo 'PKG=i686.pkg.tar.gz' >> Makefile
echo -e "all:\t ALL" >> Ma
11 matches
Mail list logo