Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 115555
Collapse All | Expand All

(-)moto_ui/moto_ui.pro.orig (-3 / +3 lines)
Lines 4-10 Link Here
4
# ???? - ??????????:  moto_ui.pro
4
# ???? - ??????????:  moto_ui.pro
5
5
6
INSTALLS += target 
6
INSTALLS += target 
7
target.path = /usr/bin 
7
target.path = ${D}/usr/bin 
8
FORMS += form1_base.ui \
8
FORMS += form1_base.ui \
9
         frmfilemanager_base.ui \
9
         frmfilemanager_base.ui \
10
         frmseemeditor_base.ui \
10
         frmseemeditor_base.ui \
Lines 70-80 Link Here
70
LIBS += -lusb
70
LIBS += -lusb
71
TARGET = moto4lin
71
TARGET = moto4lin
72
72
73
sharedfiles.path=/usr/share/moto4lin
73
sharedfiles.path= ${D}/usr/share/moto4lin
74
sharedfiles.files= data/full.pat data/j2me.pat
74
sharedfiles.files= data/full.pat data/j2me.pat
75
75
76
locales.files += lang/*.qm
76
locales.files += lang/*.qm
77
locales.path = /usr/share/moto4lin/locale
77
locales.path = ${D}/usr/share/moto4lin/locale
78
TRANSLATIONS += lang/ru.ts
78
TRANSLATIONS += lang/ru.ts
79
79
80
INSTALLS += sharedfiles locales
80
INSTALLS += sharedfiles locales

Return to bug 115555