Thread: dwm patching
View Single Post
  #6   (View Single Post)  
Old 14th November 2014
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by Oficre_josef View Post
Hm, maybe i misunderstood u, if i just put my patches in patches directory, will they apply automatically when i run "make install" ?
Cuz seems its not works that way

If not, maybe i should try Scottro's method..
Try this:
Code:
$ cd /usr/ports/x11/dwm
$ make patch
$ cd `make show=WRKDIST`
<edit whatever you want to your heart's content>
$ cd -
$ make install
Reply With Quote