Package Details: xor 0.2-2

Package Base: xor
Description: Simple xor cli application written in c by Luigi Auriemma
Upstream URL: http://aluigi.org
Category: system
Licenses: None
Submitter: jskier
Maintainer: jskier
Last Packager: jskier
Votes: 0
First Submitted: 2014-07-02 15:24
Last Updated: 2015-03-07 17:06

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by jskier

2015-03-07 17:06

Updated, thanks.

Comment by fang0654

2015-03-07 00:37

Throws up an error about missing the package() section.

Easy fix is to move the last two lines (the mkdir and mv) out of the build() section, and make:

package() {
mkdir -p ${pkgdir}/usr/bin
mv xor ${pkgdir}/usr/bin/
}

It then compiles and installs fine.