File: 00_fix-missing-DATADIRNAME.patch

package info (click to toggle)
gnome-system-tools 3.0.0-11.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,840 kB
  • sloc: ansic: 16,544; xml: 14,114; sh: 10,794; makefile: 402
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in	2016-04-22 00:23:01.000000000 +0300
+++ b/configure.in	2017-03-23 23:55:57.922849721 +0200
@@ -114,6 +114,8 @@
 AC_SUBST(POLKIT_CFLAGS)
 AM_CONDITIONAL(HAVE_POLKIT, test x$have_polkit = xyes)
 
+test -n "$DATADIRNAME" || DATADIRNAME=share
+AC_SUBST(DATADIRNAME)
 
 dnl =====================================================
 dnl END: Check for Module versions