Create link for OSVERSION 320001 too, because the necessary kernel change

happened after the version bump to 320001. This makes the port work for
any -stable system.
This commit is contained in:
Marcel Moolenaar 1999-08-11 18:46:08 +00:00
parent 023a82287c
commit fa4f72cd43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20652
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Date created: Jul 9, 1999 # Date created: Jul 9, 1999
# Whom: marcel@FreeBSD.org # Whom: marcel@FreeBSD.org
# #
# $Id$ # $Id: Makefile,v 1.10 1999/07/21 11:16:09 marcel Exp $
# #
DISTNAME= linux_devtools DISTNAME= linux_devtools
@ -59,7 +59,7 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
REMOVE_DIRS= /dev /tmp /var/tmp REMOVE_DIRS= /dev /tmp /var/tmp
REMOVE_FILES= /usr/X11R6/include/X11/X11 REMOVE_FILES= /usr/X11R6/include/X11/X11
.if ${OSVERSION} < 320001 .if ${OSVERSION} <= 320001
# #
# Hack to let the rpm installer run. The actual kernel change occurred after # Hack to let the rpm installer run. The actual kernel change occurred after
# 400008 on 4.0-current and well after 320001, but we'll assume people running # 400008 on 4.0-current and well after 320001, but we'll assume people running

View file

@ -3,7 +3,7 @@
# Date created: Jul 9, 1999 # Date created: Jul 9, 1999
# Whom: marcel@FreeBSD.org # Whom: marcel@FreeBSD.org
# #
# $Id$ # $Id: Makefile,v 1.10 1999/07/21 11:16:09 marcel Exp $
# #
DISTNAME= linux_devtools DISTNAME= linux_devtools
@ -59,7 +59,7 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
REMOVE_DIRS= /dev /tmp /var/tmp REMOVE_DIRS= /dev /tmp /var/tmp
REMOVE_FILES= /usr/X11R6/include/X11/X11 REMOVE_FILES= /usr/X11R6/include/X11/X11
.if ${OSVERSION} < 320001 .if ${OSVERSION} <= 320001
# #
# Hack to let the rpm installer run. The actual kernel change occurred after # Hack to let the rpm installer run. The actual kernel change occurred after
# 400008 on 4.0-current and well after 320001, but we'll assume people running # 400008 on 4.0-current and well after 320001, but we'll assume people running

View file

@ -3,7 +3,7 @@
# Date created: Jul 9, 1999 # Date created: Jul 9, 1999
# Whom: marcel@FreeBSD.org # Whom: marcel@FreeBSD.org
# #
# $Id$ # $Id: Makefile,v 1.10 1999/07/21 11:16:09 marcel Exp $
# #
DISTNAME= linux_devtools DISTNAME= linux_devtools
@ -59,7 +59,7 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
REMOVE_DIRS= /dev /tmp /var/tmp REMOVE_DIRS= /dev /tmp /var/tmp
REMOVE_FILES= /usr/X11R6/include/X11/X11 REMOVE_FILES= /usr/X11R6/include/X11/X11
.if ${OSVERSION} < 320001 .if ${OSVERSION} <= 320001
# #
# Hack to let the rpm installer run. The actual kernel change occurred after # Hack to let the rpm installer run. The actual kernel change occurred after
# 400008 on 4.0-current and well after 320001, but we'll assume people running # 400008 on 4.0-current and well after 320001, but we'll assume people running