Fix basket mime magic file path on Debian and Ubuntu

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3691b7f09c)
pull/92/head
Slávek Banko 9 years ago
parent da06c0d912
commit 072cf6f0c8

@ -1,3 +1,4 @@
etc/trinity/magic/basket.magic
opt/trinity/share/applications/tde/basket.desktop
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png
@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo
opt/trinity/share/locale/it/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo
opt/trinity/share/config/magic/basket.magic
opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2
opt/trinity/share/doc/tde/HTML/en/basket/index.docbook
opt/trinity/bin/basket

@ -39,7 +39,7 @@ config.status: post-patches
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -f admin/Makefile.common dist;
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \
--with-qt-includes=/usr/include/qt3 \
--with-qt-libraries=/usr/share/qt3/lib \

@ -1,3 +1,4 @@
etc/trinity/magic/basket.magic
opt/trinity/share/applications/tde/basket.desktop
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png
@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo
opt/trinity/share/locale/it/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo
opt/trinity/share/config/magic/basket.magic
opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2
opt/trinity/share/doc/tde/HTML/en/basket/index.docbook
opt/trinity/bin/basket

@ -39,7 +39,7 @@ config.status: post-patches
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -f admin/Makefile.common dist;
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \
--with-qt-includes=/usr/include/qt3 \
--with-qt-libraries=/usr/share/qt3/lib \

@ -1,3 +1,4 @@
etc/trinity/magic/basket.magic
opt/trinity/share/applications/tde/basket.desktop
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png
@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo
opt/trinity/share/locale/it/LC_MESSAGES/basket.mo
opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo
opt/trinity/share/config/magic/basket.magic
opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2
opt/trinity/share/doc/tde/HTML/en/basket/index.docbook
opt/trinity/bin/basket

@ -39,7 +39,7 @@ config.status: post-patches
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -f admin/Makefile.common dist;
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \
--with-qt-includes=/usr/include/qt3 \
--with-qt-libraries=/usr/share/qt3/lib \

Loading…
Cancel
Save