Skip to content

Commit

Permalink
Removed extra slash between $(DESTDIR)$(xxxdir).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10154 ac4de199-f505-45eb-a205-a3044268e3e3
  • Loading branch information
behdad committed Apr 9, 2004
1 parent 78051b5 commit 139f7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymap/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SUFFIXES = .map .map.gz
gzip --best -c $< > $@

install-data-hook:
cd "$(DESTDIR)/$(keymapdir)" && \
cd "$(DESTDIR)$(keymapdir)" && \
for termapgz in $(ARABICSMAPGZ); do \
if $(LN_S) arabic.map.gz $$termapgz; then \
echo "Creating symlink for $$termapgz succeeded" ; \
Expand All @@ -25,5 +25,5 @@ install-data-hook:
done

uninstall-hook:
cd "$(DESTDIR)/$(keymapdir)" && \
cd "$(DESTDIR)$(keymapdir)" && \
$(RM) $(ARABICSMAPGZ)

0 comments on commit 139f7a5

Please sign in to comment.