mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
redo: fix package configuration (typo)
This commit is contained in:
parent
eced368815
commit
82ba61ae27
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'redo'
|
# Template file for 'redo'
|
||||||
pkgname=redo
|
pkgname=redo
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="Incremental build system (version of de Boyne Pollard)"
|
short_desc="Incremental build system (version of de Boyne Pollard)"
|
||||||
|
@ -15,7 +15,7 @@ do_configure() {
|
||||||
./package/prepare
|
./package/prepare
|
||||||
|
|
||||||
echo "$CXX" >build/cxx
|
echo "$CXX" >build/cxx
|
||||||
echo "$CPPFLAGS" >build/cxxflags
|
echo "$CPPFLAGS" >build/cppflags
|
||||||
echo "$CXXFLAGS" >build/cxxflags
|
echo "$CXXFLAGS" >build/cxxflags
|
||||||
echo "$LDFLAGS" >build/ldflags
|
echo "$LDFLAGS" >build/ldflags
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue