Bug 349209

Summary: printmanager.notifyrc is installed in a wrong path
Product: [Frameworks and Libraries] print-manager Reporter: Gustavo Alvarez <sl1pkn07>
Component: generalAssignee: Daniel Nicoletti <dantti12>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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/