• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3# $1 Path to the new version.
4# $2 Path to the old version.
5
6cp -a -n $2/evconfig-private.h $1/
7cp -a -n $2/include/event2/event-config.h $1/include/event2/
8cp -a -n $2/include/event2/event-config-linux.h $1/include/event2/
9cp -a -n $2/include/event2/event-config-darwin.h $1/include/event2/
10cp -a -n $2/include/event2/event-config-bionic.h $1/include/event2/
11