altoslib: Fix altoslib install
authorKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 03:24:18 +0000 (19:24 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 08:30:32 +0000 (00:30 -0800)
Was using AltosLibdir in several places still

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/Makefile.am

index 0b09102cfe9b5cebdb410bafadcb72b2ae82be0a..74c642d6b3bf3126625fff1839dc7eb4b9a73532 100644 (file)
@@ -90,9 +90,9 @@ clean-local:
 
 install-altoslibJAVA: $(JAR)
        @$(NORMAL_INSTALL)
-       test -z "$(AltosLibdir)" || $(MKDIR_P) "$(DESTDIR)$(AltosLibdir)"
-       echo " $(INSTALL_DATA)" "$<" "'$(DESTDIR)$(AltosLibdir)/$(JAR)"; \
-       $(INSTALL_DATA) "$<" "$(DESTDIR)$(AltosLibdir)"
+       test -z "$(altoslibdir)" || $(MKDIR_P) "$(DESTDIR)$(altoslibdir)"
+       echo " $(INSTALL_DATA)" "$<" "'$(DESTDIR)$(altoslibdir)/$(JAR)"; \
+       $(INSTALL_DATA) "$<" "$(DESTDIR)$(altoslibdir)"
 
 bin:
        mkdir -p bin