On Friday 26 January 2007, Margarita Manterola wrote:
>
> So, the unexisting command is also used in the (apparently) upstream script
> "install-lucene.sh", what makes me think that this command used to exist,
> but does not anymore.

I found it by looking around in some old packages. It was in axyl-2.1.10, but 
it is not in axyl-2.1.11.
Located in install/axyl-common.sh and in the old postinst of axyl 2.1.10.

> Googling for it didn't show anything useful, it's not in the axyl package,
> and I don't really know where else to find it.
>
> I wonder what mkaxyldir did, that mkdir does not.

Nothing that mkdir -p does not:

# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# FUNCTIONS
# Make a directory tree, if not already made..
mkaxyldir () {
 if [ ! -d $1 ]
 then
   mkdir --verbose --parents $1
 fi
 if [ ! -d $1 ]
 then
   echo "ERROR: failed to create $1"
   echo "check permissions, and try again."
   exit 1
 fi
}

It should be easy fixable now ;)

/Sune
-- 
How might I insert a Web address?

You either must receive a mailer, or must close a login to receive from the 
submenu to a MIDI DLL fan.

Attachment: pgposhiZd4voR.pgp
Description: PGP signature

Reply via email to