mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
599 B
12 lines
599 B
--- Makefile (revisión: 197263)
|
|
+++ Makefile (revisión: 197264)
|
|
@@ -404,7 +404,7 @@
|
|
rm -f build_tools/menuselect-deps
|
|
|
|
datafiles: _all
|
|
- if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" sh build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
|
|
+ if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
|
|
# Should static HTTP be installed during make samples or even with its own target ala
|
|
# webvoicemail? There are portions here that *could* be customized but might also be
|
|
# improved a lot. I'll put it here for now.
|