Ville Skytta patch fixes echo of newlines to gkrellm.pc
This commit is contained in:
parent
4e6a811b44
commit
b9e3e896ef
14
Makefile
14
Makefile
|
@ -131,13 +131,13 @@ all gkrellm: gkrellm.pc
|
||||||
(cd server && ${MAKE} gkrellmd)
|
(cd server && ${MAKE} gkrellmd)
|
||||||
|
|
||||||
gkrellm.pc: Makefile
|
gkrellm.pc: Makefile
|
||||||
echo 'prefix=$(INSTALLROOT)\n'\
|
echo 'prefix=$(INSTALLROOT)' > gkrellm.pc
|
||||||
'Name: GKrellM\n'\
|
echo 'Name: GKrellM' >> gkrellm.pc
|
||||||
'Description: Extensible GTK system monitoring application\n'\
|
echo 'Description: Extensible GTK system monitoring application' >> gkrellm.pc
|
||||||
'Version: $(VERSION)\n'\
|
echo 'Version: $(VERSION)' >> gkrellm.pc
|
||||||
'Requires: gtk+-2.0 >= 2.4.0\n'\
|
echo 'Requires: gtk+-2.0 >= 2.4.0' >> gkrellm.pc
|
||||||
'Cflags: -I$(INCLUDEDIR)\n'\
|
echo 'Cflags: -I$(INCLUDEDIR)' >> gkrellm.pc
|
||||||
'$(GKRELLM_PC_EXTRA)' > gkrellm.pc
|
echo '$(GKRELLM_PC_EXTRA)' >> gkrellm.pc
|
||||||
|
|
||||||
install: install_gkrellm.pc
|
install: install_gkrellm.pc
|
||||||
(cd po && ${MAKE} install)
|
(cd po && ${MAKE} install)
|
||||||
|
|
Loading…
Reference in New Issue