automake
[Top][All Lists]
Advanced

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

share datas


From: Baris Simsek
Subject: share datas
Date: Thu, 20 Jun 2002 18:30:03 +0300
User-agent: Mutt/1.2.5i

hi,

i have i directory called 'templates'. Program name is test. i want to install 
my templates to ${prefix}/share/test/templates

how can i do this?

i tried
templatedir = ${pkgdatadir}/templates
template_DATA = templates/test.share

gives these errors:
/bin/sh ./mkinstalldirs /usr/local/share/test/templates
mkdir /usr/local/share/test/templates
 /usr/bin/install -c -m 644 ./templates/test.share 
/usr/local/share/test/templates/templates/test.share
install: /usr/local/share/test/templates/templates/test.share: No such file or 
directory
gmake[1]: *** [install-templateDATA] Error 71

please help me.

automake (GNU automake) 1.4-p5 (FreeBSD 4.5)



reply via email to

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