Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the default installation directory #506

Closed
tsfto opened this issue Feb 23, 2015 · 2 comments
Closed

Changing the default installation directory #506

tsfto opened this issue Feb 23, 2015 · 2 comments

Comments

@tsfto
Copy link

tsfto commented Feb 23, 2015

Anyone done this successfully before?

In my build.sdb, I've got ("foo" substituted for the real name):

defaultLinuxInstallLocation in Linux := "/foo/"

but while some of the control files have the correct path (with /foo), the contents of data.tar.gz are still ./usr, not ./foo, so my installation fails (our standard is to install into /foo

Any ideas anyone?

I'm using 1.0.0-M5

@muuki88
Copy link
Contributor

muuki88 commented Feb 26, 2015

Are you packaging deb or rpm packages?

@muuki88 muuki88 added bug and removed bug labels Feb 26, 2015
@muuki88
Copy link
Contributor

muuki88 commented Feb 26, 2015

You don't need to scope the defaultLinuxInstallLocation.

defaultLinuxInstallLocation := "/foo/"

is enough. See the archetype cheatsheet

@muuki88 muuki88 closed this as completed Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants