X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=assembler%2FMakefile;fp=assembler%2FMakefile;h=76c4852e9275b37f3678d826692672100ab60fec;hp=6bc332195dfd9bbd2c0cafced8177c3ba7f34192;hb=9f32ca3e0813a9a173636cb24152b3aed72a8859;hpb=32c0354095b2d2ca8fa58ede4fd9b47d793cb249 diff --git a/assembler/Makefile b/assembler/Makefile index 6bc3321..76c4852 100644 --- a/assembler/Makefile +++ b/assembler/Makefile @@ -70,10 +70,10 @@ $(BIN): $(call OBJS,$(SRCS)) $(QUIET_CC) $(CFLAGS) -o $(BIN) $(call OBJS,$(SRCS)) $(LDFLAGS) install: all - install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/ + install -m 755 $(BIN) $(PREFIX)/bin/ cp b43-asm b43-asm.inst sed -i -e 's/installed=0/installed=1/' b43-asm.inst - install -o 0 -g 0 -m 755 b43-asm.inst $(PREFIX)/bin/b43-asm + install -m 755 b43-asm.inst $(PREFIX)/bin/b43-asm rm -f b43-asm.inst clean: