Skip to content

Commit

Permalink
Makefile: fix build error
Browse files Browse the repository at this point in the history
Co-authored-by: Stelios Tsampas <[email protected]>
  • Loading branch information
R1kaB3rN and loathingKernel committed Aug 31, 2024
1 parent 2686968 commit e2ce3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xrandr-dist: $(OBJDIR)/.build-xrandr-dist
xrandr-install: xrandr-dist
$(info :: Installing xrandr )
# Install
cd subprojects/x11-xserver-utils/xrandr $(INSTALL_DIR) && \
cd subprojects/x11-xserver-utils/xrandr && \
make DESTDIR=$(INSTALL_DIR) install
# Post install
cp $(INSTALL_DIR)/usr/bin/xrandr $(INSTALL_DIR)
Expand Down

0 comments on commit e2ce3b0

Please sign in to comment.