Page MenuHomeSolus

par2cmdline
Closed, ResolvedPublic

Description

Prereq for: https://dev.solus-project.com/T158

Related Objects

StatusSubtypeAssignedTask
ResolvedJustin
ResolvedJoshStrobl

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Should use our %autogen macro.

Here is the result of using the %autogen macro:

+ ./autogen.sh --prefix=/usr --build=x86_64-solus-linux --libdir=/usr/lib64 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib64/par2cmdline
/tmp/ypkg-setupqdh1UD: line 25: ./autogen.sh: No such file or directory

From the README in the tarball:

To compile on Linux and other Unix variants use the following commands:

aclocal
automake --add-missing
autoconf
./configure
make
make check
make install

That works

JoshStrobl triaged this task as Normal priority.
JoshStrobl moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.

LGTM. Thanks for the fixes :)