Explorar el Código

Fixed Makefile

master
Bert hace 13 años
padre
commit
1b0528c7a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver fichero

@@ -18,9 +18,9 @@ sxiv: $(OBJFILES)
$(CC) $(CFLAGS) -c -o $@ $<

install: all
install -D -m 4755 -o root -g root sxiv $(PREFIX)/sbin/sxiv
install -D -m 4755 -o root -g root sxiv $(PREFIX)/bin/sxiv
mkdir -p $(PREFIX)/share/man/man1
sed "s/VERSION/$(VERSION)/g" dwm.1 > $(PREFIX)/share/man/man1/sxiv.1
sed "s/VERSION/$(VERSION)/g" sxiv.1 > $(PREFIX)/share/man/man1/sxiv.1
chmod 644 $(PREFIX)/share/man/man1/sxiv.1

clean:


Cargando…
Cancelar
Guardar