redo: fix package configuration (typo)
This commit is contained in:
parent
eced368815
commit
82ba61ae27
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'redo'
|
||||
pkgname=redo
|
||||
version=1.5
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="perl"
|
||||
short_desc="Incremental build system (version of de Boyne Pollard)"
|
||||
|
@ -15,7 +15,7 @@ do_configure() {
|
|||
./package/prepare
|
||||
|
||||
echo "$CXX" >build/cxx
|
||||
echo "$CPPFLAGS" >build/cxxflags
|
||||
echo "$CPPFLAGS" >build/cppflags
|
||||
echo "$CXXFLAGS" >build/cxxflags
|
||||
echo "$LDFLAGS" >build/ldflags
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue