Bug 60966 - kdevprj2kdevelop installed with wrong file access permission
Summary: kdevprj2kdevelop installed with wrong file access permission
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Mandrake RPMs Linux
: HI normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 09:07 UTC by Hugo Ferreira
Modified: 2003-07-15 18:59 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 Hugo Ferreira 2003-07-09 09:07:56 UTC
Version:           3.0.0a5 (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
Compiler:          3.2.2 
OS:          Linux

After an install the kdevprj2kdevelop does not have execution permissions.
Trying to import a 2.x project fails.
Comment 1 Amilcar do Carmo Lucas 2003-07-15 18:59:58 UTC
Subject: kdevelop

CVS commit by aclu: 

Make kdevprj2kdevelop executable.
CCMAIL: 60966-done@bugs.kde.org


  M +1 -1      Makefile.am   1.62


--- kdevelop/Makefile.am  #1.61:1.62
@@ -9,5 +9,5 @@
 mimedir = $(kde_mimedir)/application
 
-utils_DATA = kdevprj2kdevelop
+utils_SCRIPTS = kdevprj2kdevelop
 utilsdir = $(kde_bindir)