diff options
| -rw-r--r-- | ao-tools/libaltos/Makefile | 6 | ||||
| -rw-r--r-- | debian/dirs | 1 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile index 9933dc80..cd96fd5f 100644 --- a/ao-tools/libaltos/Makefile +++ b/ao-tools/libaltos/Makefile @@ -1,8 +1,5 @@  OS:=$(shell uname) -# dummy install target for now so I can work on the rest of the packaging -install: -	@echo warning - make install doing nothing in libaltos!  #  # Linux  # @@ -17,6 +14,9 @@ OS_LDFLAGS=  LIBNAME=libaltos.so  EXEEXT= +install:	$(LIBNAME) +	/usr/bin/install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME) +  endif  # diff --git a/debian/dirs b/debian/dirs index db75fea7..6bf06c6e 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,5 +1,6 @@  etc/apt/sources.list.d  usr/bin +usr/lib/altos  usr/share/altos  usr/share/applications  usr/share/gdm/themes/altusmetrum | 
