[ User ] Login

Bug 267: OPEN

Need "make install" AND "make all" to install tazpkg from source

Date: 2025-07-01 - Creator: Frizzus - Priority standard - 1 message

When installing tazpkg from source, the README file tell us to simply use the 
"make install\" command.

However, using only the make install command is causing an error.

---
$ make install
install -m 0755 -d /usr/bin
install -m 0755 build/tazpkg /usr/bin
install: impossible d'évaluer 'build/tazpkg': Aucun fichier ou 
dossier de ce nom
---

When cloning the mercurial repo, the build direcrory does not exist and is not 
populated with expected scripts.

When executing "make all\" before \"make install\" everything goes right.

I have this bug on the "default\" branch.

Affected package(s): tazpkg

Messages

By: Frizzus on 2025-07-01 21:36

This issue does not exists anymore on the changeset "f2975370bd27".