Mailinglist Archive: opensuse-packaging (284 mails)
< Previous | Next > |
Re: [opensuse-packaging] vbaexpress
- From: Sascha Manns <saigkill@xxxxxxxxxxxx>
- Date: Sun, 13 Feb 2011 20:47:40 +0100
- Message-id: <201102132047.40632@saigkill.myfqdn.de>
Philipp Thomas <Philipp.Thomas2@xxxxxxx> wrote at Sunday 13 February
2011:
ifeq ($(PREFIX),)
PREFIX = /usr
endif
What i must add for running? Maybe export PREFIX=%{_prefix}?
--
Sincerely Yours
Sascha Manns
open-slx Community & Support Agent
openSUSE Membership Comitee
openSUSE Marketing Team
Blog: http://saigkill.wordpress.com
German Community Portal: http://community.open-slx.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
2011:
On Sun, 13 Feb 2011 19:45:31 +0100, Sascha MannsOK. The Makefile says:
<saigkill@xxxxxxxxxxxx> wrote:
mkdir -p /usr/bin
mkdir -p /usr/share/applications
mkdir -p /usr/share/pixmaps
cp vbaexpress /usr/bin
This shws that the Makefile doesn't honour DESTDIR.
Buildroot was set as DESTDIR? Maybe it doesn't respect this?
As the above commands show it doesn't, so you'll have to add it.
ifeq ($(PREFIX),)
PREFIX = /usr
endif
What i must add for running? Maybe export PREFIX=%{_prefix}?
--
Sincerely Yours
Sascha Manns
open-slx Community & Support Agent
openSUSE Membership Comitee
openSUSE Marketing Team
Blog: http://saigkill.wordpress.com
German Community Portal: http://community.open-slx.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
< Previous | Next > |