diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-09-12 23:40:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-12 23:40:55 +0200 |
commit | 923067ea8ba868a53e65b1725f03df4df2fad5a7 (patch) | |
tree | 6ebfc7835832709d85656f3765c3a3c2ff7699d0 /debian | |
parent | 831e618483dcdf9773e0047251ea4ec0aedc6060 (diff) | |
download | tde-packaging-923067ea8ba868a53e65b1725f03df4df2fad5a7.tar.gz tde-packaging-923067ea8ba868a53e65b1725f03df4df2fad5a7.zip |
Move man pages to /opt/trinity in tdesvn on Debian and Ubuntu
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/applications/tdesvn/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/applications/tdesvn/debian/rules | 3 | ||||
-rwxr-xr-x | debian/wheezy/applications/tdesvn/debian/rules | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/lenny/applications/tdesvn/debian/rules b/debian/lenny/applications/tdesvn/debian/rules index abada8378..d3e870fba 100755 --- a/debian/lenny/applications/tdesvn/debian/rules +++ b/debian/lenny/applications/tdesvn/debian/rules @@ -25,3 +25,6 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true + +binary-install/tdesvn-trinity:: + mv debian/tdesvn-trinity/usr/share/man debian/tdesvn-trinity/opt/trinity/share/ diff --git a/debian/squeeze/applications/tdesvn/debian/rules b/debian/squeeze/applications/tdesvn/debian/rules index abada8378..d3e870fba 100755 --- a/debian/squeeze/applications/tdesvn/debian/rules +++ b/debian/squeeze/applications/tdesvn/debian/rules @@ -25,3 +25,6 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true + +binary-install/tdesvn-trinity:: + mv debian/tdesvn-trinity/usr/share/man debian/tdesvn-trinity/opt/trinity/share/ diff --git a/debian/wheezy/applications/tdesvn/debian/rules b/debian/wheezy/applications/tdesvn/debian/rules index abada8378..d3e870fba 100755 --- a/debian/wheezy/applications/tdesvn/debian/rules +++ b/debian/wheezy/applications/tdesvn/debian/rules @@ -25,3 +25,6 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true + +binary-install/tdesvn-trinity:: + mv debian/tdesvn-trinity/usr/share/man debian/tdesvn-trinity/opt/trinity/share/ |