diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-19 15:41:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-19 15:41:12 +0900 |
commit | 9e716824d3605888790c0930e1ff65276083bfee (patch) | |
tree | 40b377580612f4f32f1c601c6592cc6869b4bfaa /ubuntu/_base/applications/development/tdesvn/debian/rules | |
parent | 87e3d5771ebd1b7ea526ad817078583f4c8955be (diff) | |
download | tde-packaging-9e716824d3605888790c0930e1ff65276083bfee.tar.gz tde-packaging-9e716824d3605888790c0930e1ff65276083bfee.zip |
DEB tdesvn: man pages moved to main repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/development/tdesvn/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/development/tdesvn/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/development/tdesvn/debian/rules b/ubuntu/_base/applications/development/tdesvn/debian/rules index e56464216..219eeb56e 100755 --- a/ubuntu/_base/applications/development/tdesvn/debian/rules +++ b/ubuntu/_base/applications/development/tdesvn/debian/rules @@ -35,4 +35,3 @@ DEB_CMAKE_EXTRA_FLAGS := \ binary-install/tdesvn-trinity:: # remove libsvnqt.so* from tdesvn-trinity - are included in libsvnqt4-trinity rm debian/$(cdbs_curpkg)/opt/trinity/lib*/libsvnqt.so* - mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ |