Bug 349209 - printmanager.notifyrc is installed in a wrong path
Summary: printmanager.notifyrc is installed in a wrong path
Status: RESOLVED FIXED
Alias: None
Product: print-manager
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Nicoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-15 22:09 UTC by Gustavo Alvarez
Modified: 2016-02-11 17:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Alvarez 2015-06-15 22:09:28 UTC
Hi

printmanager.notifyrc is installed in a wrong path

Reproducible: Always

Steps to Reproduce:
1. build print-manager and install
2. see the installed files


Actual Results:  
printmanager.notifyrc is installed in a wrong (or old) path

Expected Results:  
printmanager.notify_rc is installed in right path

http://quickgit.kde.org/?p=print-manager.git&a=blob&h=922f6f38b3cac3e57481c3f910489b94b8a53f9f&hb=2796ded211a35bbe0ee9595225f79111fb5e8b60&f=print-manager-kded%2FCMakeLists.txt#l24

install(FILES printmanager.notifyrc DESTINATION ${DATA_INSTALL_DIR}/printmanager)

to

install(FILES printmanager.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
Comment 1 Gustavo Alvarez 2016-02-11 17:51:45 UTC
https://git.reviewboard.kde.org/r/126965/