| Summary: | kdevprj2kdevelop installed with wrong file access permission | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Hugo Ferreira <hmf> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | HI | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Hugo Ferreira
2003-07-09 09:07:56 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) |