Fixed installkeymaps: Do not try to copy directory keymaps/CVS, when installing from checked out copy.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@90 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2002-08-06 16:41:48 +00:00
parent 13fb99fc12
commit 0467ceaa22

View File

@ -46,7 +46,11 @@ installman: rdesktop.1
installkeymaps:
mkdir -p $(KEYMAP_PATH)
cp keymaps/* $(KEYMAP_PATH)
# Prevent copying the CVS directory
cp keymaps/?? $(KEYMAP_PATH)
cp keymaps/common $(KEYMAP_PATH)
cp keymaps/modifiers $(KEYMAP_PATH)
cp keymaps/README $(KEYMAP_PATH)
chmod 644 $(KEYMAP_PATH)/*
proto: