View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001033 | SOGo | Backend General | public | 2010-12-03 08:18 | 2011-11-24 20:02 |
Reporter | buzzdee | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.4 | ||||
Fixed in Version | 1.3.10 | ||||
Summary | 0001033: fix owner of files when "make install" for NGCards | ||||
Description | usually, people run configure and make as "ordinary" user, and afterwards run sudo make install. Then the files for NGCards that get installed without the patch are owned by the user who ran the make command. However, -R and -r are different things on OpenBSD:
======== | ||||
Additional Information | To keep it more simple, I did not used the INSTALL_DATA for the TimeZones, if wanted, I could also enhance the patch to use it there too. | ||||
Tags | No tags attached. | ||||
2010-12-03 08:18
|
patch-SOPE_NGCards_GNUmakefile_postamble (636 bytes)
$OpenBSD: patch-SOPE_NGCards_GNUmakefile_postamble,v 1.1.1.1 2010/11/24 18:16:03 sebastia Exp $ --- SOPE/NGCards/GNUmakefile.postamble.orig Tue Sep 21 20:52:45 2010 +++ SOPE/NGCards/GNUmakefile.postamble Thu Oct 14 14:20:52 2010 @@ -6,6 +6,6 @@ mappings-dir :: $(MKDIRS) $(MAPDIR) after-install :: mappings-dir - cp NGCards.xmap $(MAPDIR) - -mkdir -p $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards - cp -dpR TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards + ${INSTALL_DATA} NGCards.xmap $(MAPDIR) + $(MKDIRS) $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards + cp -R TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards |
Applied fix. See: |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2010-12-03 08:18 | buzzdee | New Issue | |
2010-12-03 08:18 | buzzdee | File Added: patch-SOPE_NGCards_GNUmakefile_postamble | |
2011-02-15 22:02 | ludovic | Status | new => assigned |
2011-02-15 22:02 | ludovic | Assigned To | => ludovic |
2011-11-24 20:02 | ludovic | Note Added: 0003064 | |
2011-11-24 20:02 | ludovic | Status | assigned => resolved |
2011-11-24 20:02 | ludovic | Fixed in Version | => 1.3.10 |
2011-11-24 20:02 | ludovic | Resolution | open => fixed |
2011-11-24 20:02 | ludovic | Status | resolved => closed |