diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-11 21:30:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:09:52 +0900 |
commit | 89b0dd94ad61d085f2a0dfb805d5dbaa8f17976e (patch) | |
tree | 0e26ce72a290de807ffdb33d0756dda05775c4d9 /ubuntu/_base/applications | |
parent | bc834d6094e0dcaca8365619004b1d91fef37c13 (diff) | |
download | tde-packaging-89b0dd94ad61d085f2a0dfb805d5dbaa8f17976e.tar.gz tde-packaging-89b0dd94ad61d085f2a0dfb805d5dbaa8f17976e.zip |
DEB piklab: adapt to new man file names
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c20c13f9f0c30b2933cabf2a622180b712d9a075)
Diffstat (limited to 'ubuntu/_base/applications')
-rwxr-xr-x | ubuntu/_base/applications/development/piklab/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubuntu/_base/applications/development/piklab/debian/rules b/ubuntu/_base/applications/development/piklab/debian/rules index f21c51790..5b220ac67 100755 --- a/ubuntu/_base/applications/development/piklab/debian/rules +++ b/ubuntu/_base/applications/development/piklab/debian/rules @@ -12,6 +12,3 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) - -binary-install/piklab-trinity:: - mv debian/$(cdbs_curpkg)/opt/trinity/share/man/man1/piklab.1x debian/$(cdbs_curpkg)/opt/trinity/share/man/man1/piklab.1 |