Browse Source

bcron: fixed `make install` to be stage-9 compatible

early
Alejandro Mery 16 years ago
parent
commit
3117548461
  1. 4
      base/bcron/make_install.patch

4
base/bcron/make_install.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bcron/make_install.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -36,7 +36,7 @@
+ install -m 0755 bcron-start $(BINDIR)/
+ install -m 0755 bcron-update $(BINDIR)/
+ install -m 0755 bcrontab $(BINDIR)/
+ ln -s bcrontab $(BINDIR)/crontab
+ ln -snf bcrontab $(BINDIR)/crontab
installer: load insthier.o
./load insthier -lbg-installer -lbg

Loading…
Cancel
Save