diff options
author | Slávek Banko <[email protected]> | 2019-05-01 15:40:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-01 15:41:58 +0200 |
commit | 08f8618d3d7a9ad702a6ffe75e4517f42e4e58a7 (patch) | |
tree | 8d851c32d955d71f2e7483f6703b2602a266b199 /ubuntu/_base/tdegames/debian | |
parent | cb03ac17a2533aa0b9c2e5f966bee5cf5e02df07 (diff) | |
download | tde-packaging-08f8618d3d7a9ad702a6ffe75e4517f42e4e58a7.tar.gz tde-packaging-08f8618d3d7a9ad702a6ffe75e4517f42e4e58a7.zip |
DEB tdegames: Fix FTBFS related apidox
that are now generated only for build-indep.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/_base/tdegames/debian')
-rwxr-xr-x | ubuntu/_base/tdegames/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubuntu/_base/tdegames/debian/rules b/ubuntu/_base/tdegames/debian/rules index 752076e51..fb819d242 100755 --- a/ubuntu/_base/tdegames/debian/rules +++ b/ubuntu/_base/tdegames/debian/rules @@ -48,6 +48,3 @@ PACKAGES_WITH_LIBS := libtdegames1-trinity atlantik-trinity kolf-trinity common-binary-indep:: if ! test -d debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-*apidocs debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-apidocs; fi - -common-binary-arch:: - if ! test -d debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-*apidocs debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdegames-apidocs; fi |