blob: 3b9452f4336e999de19a3e154494c3879c62817a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (C) 2012 Timothy Pearson
# kb9vqf (AT) pearsoncomputing.net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### other data ################################
install( FILES
floppydisk-platform.hwclass floppydisk-udev.hwclass
DESTINATION ${DATA_INSTALL_DIR}/tdehwlib/deviceclasses )
|