Dirk Mueller
0727c88e7f
- update to 2.2.4: * upnpc: use of @ to replace local lan address * python module : Allow to specify the root description url * Change directory structure : include/ and src/ directories. - drop makefile-deps-fix.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/1044990 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=42
16 lines
484 B
Diff
16 lines
484 B
Diff
Index: miniupnpc-2.2.3/updateminiupnpcstrings.sh
|
|
===================================================================
|
|
--- miniupnpc-2.2.3.orig/updateminiupnpcstrings.sh
|
|
+++ miniupnpc-2.2.3/updateminiupnpcstrings.sh
|
|
@@ -19,8 +19,8 @@ if [ ! -f "$TMPFILE" ] ; then
|
|
fi
|
|
|
|
# detecting the OS name and version
|
|
-OS_NAME=`uname -s`
|
|
-OS_VERSION=`uname -r`
|
|
+OS_NAME=openSUSE
|
|
+OS_VERSION=Distribution
|
|
if [ -f /etc/debian_version ]; then
|
|
OS_NAME=Debian
|
|
OS_VERSION=`cat /etc/debian_version`
|