automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Soft link to installed binary


From: amjad syed
Subject: Soft link to installed binary
Date: Sun, 9 Oct 2011 17:28:54 +0400

Hello

I am new to automake so pardon me if this is very naive question.

I am using Makefile.am and installing a shell script  in a location
($prefix/bin).

Lets say the script is  called abc and is in $prefix/bin/abc

Now i would like to create a soft link called /usr/bin/vrun to this script
after installation.

ln -sf does not allow me to do that in Makefile,am

How can i do this in Makefile.am??

Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]