Skip to content

Setting $SMACKAGE_HOME is broken. #18

@cangiuli

Description

@cangiuli

After the b46b537 commit, an initial smackage install via make install attempts to install to $(DESTDIR)/bin/, where $(DESTDIR) is not set. Thus

  • The default install location is /bin, not ~/.smackage/bin as documented.
  • $SMACKAGE_HOME is ignored, contrary to the documentation. Changing the install location requires reading the Makefile to notice the DESTDIR variable.

At the least, the README should be updated to reflect reality. The default install should probably be moved back to ~/.smackage/bin instead of /bin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions