File: dont-install-examples.patch

package info (click to toggle)
signon-plugin-oauth2 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 360 kB
  • ctags: 286
  • sloc: cpp: 3,085; xml: 36; makefile: 15; ansic: 9
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Diane Trout <diane@ghic.org>
Description: Don't install the examples as they end up conflicting with
 other packages.
--- a/signon-oauth2.pro
+++ b/signon-oauth2.pro
@@ -3,7 +3,7 @@
 
 TEMPLATE  = subdirs
 CONFIG   += ordered
-SUBDIRS   = src tests example
+SUBDIRS   = src tests 
 
 include( common-installs-config.pri )