mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
sres: fix whitespace lints
This commit is contained in:
parent
bed7f63bca
commit
8d4892c838
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ checksum=deb2030a32145984a2a0097a7f6245ab18c907ae233e10e519deccdf008e15e9
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/CFLAGS/s/ =/+=/' Makefile
|
sed -i '/CFLAGS/s/ =/+=/' Makefile
|
||||||
}
|
}
|
||||||
do_build(){
|
do_build() {
|
||||||
make CC="$CC" LDFLAGS="$LDFLAGS" ${makejobs}
|
make CC="$CC" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
post_install(){
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue