C locales: recursively delete C locale directories on make install
In previous versions of CDE (<2.5.0), these were directories with en_US symlinked to them. Attempting to do a 'make install' with 2.5.0 would yield errors since only a non-recursive 'rm' was being done. On 2.5.0+, these are symlinks to the en_US versions now.
This commit is contained in:
@@ -5,5 +5,5 @@ include ../../templates/msg.C.am
|
||||
|
||||
# Setup a symlink from C -> en_US.UTF-8
|
||||
install-data-hook:
|
||||
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/lib/nls/msg/en_US.UTF-8
|
||||
$(RM) -rf $(DESTDIR)$(CDE_INSTALLATION_TOP)/lib/nls/msg/en_US.UTF-8
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/lib/nls/msg/ && $(LN_S) C en_US.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user